Blame view

requirements.txt 1.02 KB
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
8a56259b   Antoine Goutenoir   fix: bump flask a...
5
Flask-Admin==1.5.7
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
Flask-Script==2.0.5
f0903e16   Antoine Goutenoir   chore: move to py...
13
Flask-SQLAlchemy==2.5.1
5b6fac97   Goutte   Add the pip requi...
14
Flask-WTF==0.14
df588491   Antoine Goutenoir   Add support for s...
15
Flask-Sessionstore==0.4.5
cb22e72e   Antoine Goutenoir   Add a Captcha and...
16
Flask-Session-Captcha==1.2.0
5b6fac97   Goutte   Add the pip requi...
17
18
19
20
21
22
23

# Other
itsdangerous==0.24
cssmin==0.2.0
jsmin==2.2.1
pyyaml==5.1.2
Markdown==3.1.1
13943ffa   Antoine Goutenoir   config: bump pyth...
24
numpy==1.18.5
06c2df71   Goutte   Add geopy and the...
25
enum34==1.1.6
c19aca77   Antoine Goutenoir   fix: continue bat...
26
geopy==1.23.0
3b3b818e   Antoine Goutenoir   fix: more TLS she...
27
certifi==2019.11.28
b9fc86c3   Antoine Goutenoir   Secure the admin ...
28
python-dotenv==0.10.3
5b6fac97   Goutte   Add the pip requi...
29

3057adf7   Antoine Goutenoir   Fix #38
30
31
32
33
34
# 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...
35
36
# Spreadsheet reading
# Note that 0.24 is the most recent version still supporting python 2.7
13943ffa   Antoine Goutenoir   config: bump pyth...
37
pandas==0.25.3
56c7b457   Antoine Goutenoir   Prepare support f...
38
39
# Excel support for wisdom-impaired Microsoft users
xlrd==1.2.0
c70ccfb2   Antoine Goutenoir   Document why we'r...
40
41
42
# 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...
43

5b6fac97   Goutte   Add the pip requi...
44
45
46
47
# Testing
pytest==3.0.5
pytest-cov==2.4.0
mccabe==0.3
df588491   Antoine Goutenoir   Add support for s...
48
flake8==2.4.0