diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2014-09-15 11:46:56 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2014-09-15 11:46:56 -0500 |
commit | 3c06c3efafaf6834e157f3ffa17eb1f0b42f5a39 (patch) | |
tree | ce37773cdc613de217a678c4cf8072b22e8ef454 /setup.py | |
parent | 0c32c7fe8338d2689d7afafa5164f03fa440bd47 (diff) | |
download | mediagoblin-3c06c3efafaf6834e157f3ffa17eb1f0b42f5a39.tar.lz mediagoblin-3c06c3efafaf6834e157f3ffa17eb1f0b42f5a39.tar.xz mediagoblin-3c06c3efafaf6834e157f3ffa17eb1f0b42f5a39.zip |
Upgrading gunicorn. Referenced issue is resolved.
Also, upgrading seems to fix weird
"RuntimeError: dictionary changed size during iteration" issues
I was seeing. (Looked like a gunicorn issue, not ours.)
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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', |