2
0
mirror of https://github.com/searx/searx synced 2025-09-02 23:45:49 +00:00

[enh] gevent/grequests changed to the built-in threading lib

This commit is contained in:
Adam Tauber
2014-12-05 19:24:11 +01:00
parent b1b0b82a2a
commit d959cb1c05
5 changed files with 20 additions and 23 deletions

View File

@@ -41,7 +41,7 @@ setup(
install_requires=[
'flask',
'flask-babel',
'grequests',
'requests',
'lxml',
'pyyaml',
'setuptools',