Versions of required packages are freezed

This commit is contained in:
Alexander Kislitsky 2014-09-29 16:37:21 +04:00
parent fb8d179c98
commit bc38416af7
2 changed files with 13 additions and 13 deletions

View File

@ -1,7 +1,7 @@
alembic
Flask
Flask-JsonSchema
Flask-Migrate
Flask-Script
Flask-SQLAlchemy
psycopg2
Flask==0.10.1
Flask-JsonSchema==0.1.1
Flask-Migrate==1.2.0
Flask-SQLAlchemy==2.0
Flask-Script==2.0.5
alembic==0.6.7
psycopg2==2.5.4

View File

@ -1,7 +1,7 @@
-r requirements.txt
unittest2
mock
nose
hacking
nose2
tox
hacking==0.9.2
mock==1.0.1
nose==1.3.4
nose2==0.4.7
tox==1.8.0
unittest2==0.5.1