Downgrading req to pass tests.

This commit is contained in:
kevgliss 2015-11-30 10:10:50 -08:00
parent ec896461a7
commit f56c6f2836
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ ROOT = os.path.realpath(os.path.join(os.path.dirname(__file__)))
install_requires = [
'Flask==0.10.1',
'Flask-RESTful==0.3.4',
'Flask-RESTful==0.3.3',
'Flask-SQLAlchemy==2.1',
'Flask-Script==2.0.5',
'Flask-Migrate==1.6.0',