From 51f0ef7fef9cf1f9bffa843fa73fb951a504c4c6 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Mon, 13 Oct 2014 16:59:00 +0200 Subject: [PATCH] Update gunicorn version on requirements. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ad35c9ee..fa761be4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ djangorestframework==2.3.13 Django==1.7 django-picklefield==0.3.1 django-sampledatahelper==0.2.2 -gunicorn==18.0 +gunicorn==19.1.1 psycopg2==2.5.4 pillow==2.5.3 pytz==2014.4