Upgrading gunicorn. Referenced issue is resolved.
authorChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 15 Sep 2014 16:46:56 +0000 (11:46 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 15 Sep 2014 16:46:56 +0000 (11:46 -0500)
Also, upgrading seems to fix weird
"RuntimeError: dictionary changed size during iteration" issues
I was seeing.  (Looked like a gunicorn issue, not ours.)

setup.py

index 0d4af5abe0c246cb314215ce82e6323b6f423a38..ed10df020da7089096ef14046b65de2d109ae810 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -55,9 +55,7 @@ if PY2:
     py2_only_install_requires.append('mock')  # mock is in the stdlib for 3.3+
 
 install_requires = [
-    # TODO(berker): Upgrade to 19.2
-    # See https://github.com/benoitc/gunicorn/issues/830
-    'gunicorn==19',
+    'gunicorn',
     'alembic==0.6.6',
     'python-dateutil',
     'wtforms',