Merge pull request #48 from ryanpetrello/pin-gunicorn-version

Pin gunicorn < 19.
This commit is contained in:
Jordan Tardif 2014-06-12 10:56:17 -07:00
commit dc537d739a
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ setup(
license='BSD',
install_requires=[
'flask>=0.9',
'gunicorn>=0.14.6',
'gunicorn>=0.14.6,<19',
'netaddr>=0.7.7',
'eventlet>=0.9.17',
'requests>=0.14.1,<=1.2.0',