From a05292347c133e62b87319d681d15a995619bc70 Mon Sep 17 00:00:00 2001 From: Jannis Gebauer Date: Mon, 14 Nov 2016 11:52:29 +0100 Subject: [PATCH] upgrade gevent (#882) --- {{cookiecutter.project_slug}}/requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/requirements/production.txt b/{{cookiecutter.project_slug}}/requirements/production.txt index c7ed6b27..57a0d0ed 100644 --- a/{{cookiecutter.project_slug}}/requirements/production.txt +++ b/{{cookiecutter.project_slug}}/requirements/production.txt @@ -11,7 +11,7 @@ psycopg2==2.6.2 # WSGI Handler # ------------------------------------------------ -gevent==1.1.2 +gevent==1.2a1 gunicorn==19.6.0 # Static and Media Storage