Ver Fonte

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

INADA Naoki há 11 anos atrás
pai
commit
97825a59ad
2 ficheiros alterados com 2 adições e 2 exclusões
  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
 
-gunicorn==18.0
+gunicorn==19.0
 meinheld==0.5.6
 
 # 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
 
-gunicorn==18.0
+gunicorn==19.0
 meinheld==0.5.6
 
 # Tornado