Skip to content

Commit

Permalink
Merge pull request #248 from guardian/bugfix-flask-cors
Browse files Browse the repository at this point in the history
Fix versions for flask and flask_cors
  • Loading branch information
satterly committed Sep 6, 2016
2 parents 86b3b7b + 29daf05 commit c2a9d70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
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 c2a9d70

Please sign in to comment.