From 955cf8d0cd2bf734f150490e643dda42a6d573a9 Mon Sep 17 00:00:00 2001 From: Ryan Greget Date: Sun, 16 Aug 2015 11:42:30 -0700 Subject: [PATCH] bumping gevent to 1.0.2 to address https://github.com/docker-library/python/issues/29 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 8677160..1809f0f 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ setup(name='realms-wiki', 'bcrypt==1.0.2', 'beautifulsoup4==4.3.2', 'click==3.3', - 'gevent==1.0.1', + 'gevent==1.0.2', 'ghdiff==0.4', 'gittle==0.4.0', 'gunicorn==19.1.1', @@ -56,4 +56,4 @@ setup(name='realms-wiki', description=DESCRIPTION, long_description=LONG_DESCRIPTION, platforms=['any'], - classifiers=CLASSIFIERS) \ No newline at end of file + classifiers=CLASSIFIERS)