Blame view

requirements.txt 968 Bytes
7662554f   Antoine Goutenoir   Review python req...
1
# Flask is our framework
5b6fac97   Goutte   Add the pip requi...
2
3
4
Flask==1.1.1

# Flask Extensions
16f69d07   Antoine Goutenoir   Add an (unsecured...
5
Flask-Admin==1.5.4
5b6fac97   Goutte   Add the pip requi...
6
Flask-Assets==0.12
b9fc86c3   Antoine Goutenoir   Secure the admin ...
7
Flask-BasicAuth==0.2.0
5b6fac97   Goutte   Add the pip requi...
8
9
10
Flask-Caching==1.7.2
Flask-DebugToolbar==0.10.0
Flask-Login==0.4.0
c2a01bd2   Antoine Goutenoir   Prepare mail flas...
11
Flask-Mail==0.9.1
5b6fac97   Goutte   Add the pip requi...
12
13
14
15
16
17
18
19
20
21
Flask-Script==2.0.5
Flask-SQLAlchemy==2.1
Flask-WTF==0.14

# Other
itsdangerous==0.24
cssmin==0.2.0
jsmin==2.2.1
pyyaml==5.1.2
Markdown==3.1.1
3835f60e   Goutte   Add the python fu...
22
numpy==1.16.5
06c2df71   Goutte   Add geopy and the...
23
24
enum34==1.1.6
geopy==1.20.0
b9fc86c3   Antoine Goutenoir   Secure the admin ...
25
python-dotenv==0.10.3
5b6fac97   Goutte   Add the pip requi...
26

3057adf7   Antoine Goutenoir   Fix #38
27
28
29
30
31
# Force stable werkzeug
# see https://gitlab.irap.omp.eu/carbon/travel-carbon-footprint.irap.omp.eu/issues/38
# see https://github.com/pallets/werkzeug/issues/1714
Werkzeug==0.16.1

56c7b457   Antoine Goutenoir   Prepare support f...
32
33
34
35
36
# Spreadsheet reading
# Note that 0.24 is the most recent version still supporting python 2.7
pandas==0.24.2
# Excel support for wisdom-impaired Microsoft users
xlrd==1.2.0
c70ccfb2   Antoine Goutenoir   Document why we'r...
37
38
39
# ODS reading support is only available natively in pandas 0.25
# This package only works with python 3.7
# pandas_ods_reader==0.0.7
56c7b457   Antoine Goutenoir   Prepare support f...
40

5b6fac97   Goutte   Add the pip requi...
41
42
43
44
45
# Testing
pytest==3.0.5
pytest-cov==2.4.0
mccabe==0.3
flake8==2.4.0