requirements.txt 1 KB
# Flask is our framework
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-Mail==0.9.1
Flask-Script==2.0.5
Flask-SQLAlchemy==2.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.16.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.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