From 4a952d867bc6a638d2cd129809515232ecc050e1 Mon Sep 17 00:00:00 2001 From: kevgliss Date: Mon, 4 Jan 2016 13:58:12 -0800 Subject: [PATCH] reverting depedency --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e261307d..72726cd4 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ install_requires = [ 'arrow==0.7.0', 'boto==2.38.0', # we might make this optional 'six==1.10.0', - 'gunicorn==19.4.4', + 'gunicorn==19.4.1', 'pycrypto==2.6.1', 'cryptography==1.1.2', 'pyopenssl==0.15.1',