requirements.txt
743 Bytes
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
Flask==1.1.1
# Flask Extensions
Flask-Admin==1.5.4
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-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
numpy==1.16.5
enum34==1.1.6
geopy==1.20.0
python-dotenv==0.10.3
# 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
# 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