We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02ff4a2 commit 0dfca33Copy full SHA for 0dfca33
setup.py
@@ -27,5 +27,5 @@
27
],
28
keywords="scrapingant api scraper scraping",
29
python_requires='~=3.5',
30
- install_requires=['requests~=2.*'],
+ install_requires=['requests>=2,<3'],
31
)
0 commit comments