Added requirements.txt for easy setup.

This commit is contained in:
neviyn 2015-10-07 01:13:08 +01:00
parent 47ccd0f7be
commit 5a4cec85e8

12
requirements.txt Normal file
View File

@ -0,0 +1,12 @@
Flask==0.10.1
Flask-Login==0.3.1
Flask-SQLAlchemy==2.0
Flask-WTF==0.12
itsdangerous==0.24
Jinja2==2.8
MarkupSafe==0.23
requests==2.8.0
SQLAlchemy==1.0.8
Werkzeug==0.10.4
wheel==0.24.0
WTForms==2.0.2