Browse Source

Gunicorn+Tornado is for PyPy. Py2/Py3 can use Gunicron 19.0.

INADA Naoki 11 years ago
parent
commit
97825a59ad
2 changed files with 2 additions and 2 deletions
  1. 1 1
      config/requirements-py3.txt
  2. 1 1
      config/requirements.txt

+ 1 - 1
config/requirements-py3.txt

@@ -8,7 +8,7 @@ ujson==1.33
 # uwsgi is released too often to stick on single version.
 # uwsgi is released too often to stick on single version.
 uwsgi
 uwsgi
 
 
-gunicorn==18.0
+gunicorn==19.0
 meinheld==0.5.6
 meinheld==0.5.6
 
 
 # Tornado
 # Tornado

+ 1 - 1
config/requirements.txt

@@ -9,7 +9,7 @@ gevent==1.0.1
 # uwsgi is released too often to stick on single version.
 # uwsgi is released too often to stick on single version.
 uwsgi
 uwsgi
 
 
-gunicorn==18.0
+gunicorn==19.0
 meinheld==0.5.6
 meinheld==0.5.6
 
 
 # Tornado
 # Tornado