Skip to content

Commit

Permalink
Fix versions for flask and flask_cors
Browse files Browse the repository at this point in the history
  • Loading branch information
satterly committed Sep 6, 2016
1 parent 86b3b7b commit 29daf05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
author_email='nick.satterly@theguardian.com',
packages=setuptools.find_packages(exclude=['bin', 'tests']),
install_requires=[
'Flask',
'Flask-Cors',
'Flask==0.10.1',
'Flask-Cors==2.1.3',
'pymongo>=3.0',
'argparse',
'requests',
Expand Down

0 comments on commit 29daf05

Please sign in to comment.