requirements.txt
1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Flask is our framework
Flask==1.1.1
# Flask Extensions
Flask-Admin==1.5.7
Flask-Assets==0.12
Flask-BasicAuth==0.2.0
Flask-Caching==1.7.2
Flask-DebugToolbar==0.10.0
Flask-Login==0.4.0
Flask-Mail==0.9.1
Flask-Script==2.0.5
Flask-SQLAlchemy==2.5.1
Flask-WTF==0.14
Flask-Sessionstore==0.4.5
Flask-Session-Captcha==1.2.0
# Other
itsdangerous==0.24
cssmin==0.2.0
jsmin==2.2.1
pyyaml==5.1.2
Markdown==3.1.1
numpy==1.18.5
enum34==1.1.6
geopy==1.20.0
python-dotenv==0.10.3
# 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
# Spreadsheet reading
# Note that 0.24 is the most recent version still supporting python 2.7
pandas==0.25.3
# Excel support for wisdom-impaired Microsoft users
xlrd==1.2.0
# 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
# Testing
pytest==3.0.5
pytest-cov==2.4.0
mccabe==0.3
flake8==2.4.0