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:
Keith Mitchell
2014-05-28 14:09:52 -07:00
parent 452cca5a32
commit 7d93774781

View File

@@ -83,7 +83,7 @@ setup(
"lxml",
"kazoo",
"stripe",
"requests",
"requests<1.0.0",
"tinycss2",
],
dependency_links=[