From d959cb1c059008984554c129cb6e17b6c5394bfc Mon Sep 17 00:00:00 2001 From: Adam Tauber Date: Fri, 5 Dec 2014 19:24:11 +0100 Subject: [enh] gevent/grequests changed to the built-in threading lib --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index d62613882..d976a31f7 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ setup( install_requires=[ 'flask', 'flask-babel', - 'grequests', + 'requests', 'lxml', 'pyyaml', 'setuptools', -- cgit v1.2.3