Archived
1
0
Fork 0

add requirements.txt

This commit is contained in:
Lukas Winkler 2016-10-27 18:52:00 +02:00
parent 1f52d91c6c
commit 0baa918824
2 changed files with 12 additions and 0 deletions

1
.gitignore vendored
View file

@ -6,3 +6,4 @@ config.py
__pycache__ __pycache__
www/stationLayer.json www/stationLayer.json
www/nearest.json www/nearest.json
venv/

11
requirements.txt Normal file
View file

@ -0,0 +1,11 @@
click==6.6
Flask==0.11.1
Flask-Cache==0.13.1
itsdangerous==0.24
Jinja2==2.8
MarkupSafe==0.23
mysqlclient==1.3.9
requests==2.11.1
tqdm==4.8.4
Werkzeug==0.11.11