Update requirements

master
Steven Loria 11 years ago
parent 1f9e6b171e
commit 7a0aa255af
  1. 6
      {{cookiecutter.repo_name}}/requirements/prod.txt

@ -12,15 +12,15 @@ Flask-SQLAlchemy==1.0
SQLAlchemy==0.8.3 SQLAlchemy==0.8.3
# Forms # Forms
Flask-WTF==0.9.2 Flask-WTF==0.9.3
WTForms==1.0.4 WTForms==1.0.5
# Deployment # Deployment
gunicorn>=17.5 gunicorn>=17.5
wsgiref>=0.1.2 wsgiref>=0.1.2
# Assets # Assets
Flask-Assets==0.8 Flask-Assets>=0.8
cssmin>=0.1.4 cssmin>=0.1.4
jsmin>=2.0.4 jsmin>=2.0.4

Loading…
Cancel
Save