You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
486 B
39 lines
486 B
# Everything needed in production
|
|
|
|
# Flask
|
|
Flask==0.12
|
|
MarkupSafe==0.23
|
|
Werkzeug==0.11.11
|
|
Jinja2==2.8
|
|
itsdangerous==0.24
|
|
click>=5.0
|
|
|
|
# Database
|
|
Flask-SQLAlchemy==2.1
|
|
psycopg2==2.6.2
|
|
SQLAlchemy==1.1.4
|
|
|
|
# Migrations
|
|
Flask-Migrate==2.0.2
|
|
|
|
# Forms
|
|
Flask-WTF==0.13.1
|
|
WTForms==2.1
|
|
|
|
# Deployment
|
|
gunicorn>=19.1.1
|
|
|
|
# Assets
|
|
Flask-Assets==0.12
|
|
cssmin>=0.2.0
|
|
jsmin>=2.0.11
|
|
|
|
# Auth
|
|
Flask-Login==0.4.0
|
|
Flask-Bcrypt==0.7.1
|
|
|
|
# Caching
|
|
Flask-Caching>=1.0.0
|
|
|
|
# Debug toolbar
|
|
Flask-DebugToolbar==0.10.0
|
|
|