Pin gunicorn < 19.

This commit is contained in:
Ryan Petrello 2014-06-12 13:49:04 -04:00
parent d725bbb289
commit 01f674fb19
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',