Freeze pip reqs.

This commit is contained in:
Joshua McKenty 2013-09-03 15:54:58 -07:00
parent 5a36a00c1f
commit 80cd5d7bbe
3 changed files with 23 additions and 11 deletions

View File

@ -6,3 +6,7 @@ Vendor-facing API for registration of interop-compliance endpoints and credentia
Running at http://refstack.org
See (living) documentation at https://etherpad.openstack.org/RefStackBlueprint
http://ci.openstack.org/stackforge.html
http://ci.openstack.org/devstack-gate.html
https://github.com/openstack-infra/config/
http://pythonhosted.org/WSME/index.html

1
fabfile.py vendored
View File

@ -19,6 +19,5 @@ def deploy():
run('git checkout master')
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,10 +1,19 @@
requests
twisted
flask
flask-admin
flask-openid
flask-login
flask-sqlalchemy
flask-security
git+git://github.com/tobiasandtobias/flask-alembic.git#egg=flask-alembic
gunicorn
Flask==0.9
Flask-Admin==1.0.6
Flask-Login==0.1.3
Flask-Mail==0.8.2
Flask-OpenID==1.1.1
Flask-Principal==0.3.5
Flask-SQLAlchemy==0.16
Flask-Security==1.6.3
Flask-WTF==0.8.3
SQLAlchemy==0.8.1
WTForms==1.0.4
Werkzeug==0.8.3
alembic==0.5.0
gunicorn==0.17.4
psycopg2==2.5
pyOpenSSL==0.13
pycrypto==2.6
python-openid==2.2.5
requests==1.2.3