mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-27 03:00:12 -04:00
setup.py: Pin requests version to <1.0.0
The requests lib changed significantly and incompatible to our usage in version 1.0.0. (Specifically, response.json became response.json())
This commit is contained in:
@@ -83,7 +83,7 @@ setup(
|
||||
"lxml",
|
||||
"kazoo",
|
||||
"stripe",
|
||||
"requests",
|
||||
"requests<1.0.0",
|
||||
"tinycss2",
|
||||
],
|
||||
dependency_links=[
|
||||
|
||||
Reference in New Issue
Block a user