Fixed requirements

This commit is contained in:
Joshua McKenty 2013-06-30 16:42:37 -07:00
parent 0aaead5902
commit e952ab5b10
2 changed files with 12 additions and 1 deletions

1
fabfile.py vendored
View File

@ -20,4 +20,5 @@ def deploy():
run('git pull')
run('sudo pip install -r requirements.txt')
run('sudo python -c "from refstack import web; web.db.create_all()"')
run('alembic upgrade head')
run('sudo uwsgi --reload /tmp/project-master_refstack.pid')

View File

@ -1,4 +1,14 @@
requests
twisted
flask
Flask-SQLAlchemy
Flask-SQLAlchemy
flask-admin
werkzeug==0.8.3
flask==0.9
Flask-Login==0.1.3
# as per http://stackoverflow.com/questions/17092849/flask-login-typeerror-decoding-unicode-is-not-supported/17098415#17098415
flask-sqlalchemy
flask-security
git+https://github.com/tobiasandtobias/flask-alembic.git#egg=flask-alembic
psycopg2
gunicorn