Blame view

requirements.txt 743 Bytes
5b6fac97   Goutte   Add the pip requi...
1
2
3
Flask==1.1.1

# Flask Extensions
16f69d07   Antoine Goutenoir   Add an (unsecured...
4
Flask-Admin==1.5.4
5b6fac97   Goutte   Add the pip requi...
5
Flask-Assets==0.12
b9fc86c3   Antoine Goutenoir   Secure the admin ...
6
Flask-BasicAuth==0.2.0
5b6fac97   Goutte   Add the pip requi...
7
8
9
10
11
12
13
14
15
16
17
18
19
Flask-Caching==1.7.2
Flask-DebugToolbar==0.10.0
Flask-Login==0.4.0
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...
20
numpy==1.16.5
06c2df71   Goutte   Add geopy and the...
21
22
enum34==1.1.6
geopy==1.20.0
b9fc86c3   Antoine Goutenoir   Secure the admin ...
23
python-dotenv==0.10.3
5b6fac97   Goutte   Add the pip requi...
24

56c7b457   Antoine Goutenoir   Prepare support f...
25
26
27
28
29
# 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...
30
31
32
# 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...
33

5b6fac97   Goutte   Add the pip requi...
34
35
36
37
38
# Testing
pytest==3.0.5
pytest-cov==2.4.0
mccabe==0.3
flake8==2.4.0