diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2014-12-05 19:24:11 +0100 |
|---|---|---|
| committer | Adam Tauber <asciimoo@gmail.com> | 2014-12-05 19:24:11 +0100 |
| commit | d959cb1c059008984554c129cb6e17b6c5394bfc (patch) | |
| tree | 34f7d8e780189ffa3afae60ec60e1f8bdddb2898 /setup.py | |
| parent | b1b0b82a2a1d6aaa46799ad65cf75849895b8f07 (diff) | |
[enh] gevent/grequests changed to the built-in threading lib
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ setup( install_requires=[ 'flask', 'flask-babel', - 'grequests', + 'requests', 'lxml', 'pyyaml', 'setuptools', |