bumping requests to 2.0.0+ (#587)

requests < 2.0.0 causes the following attribute error:
    AttributeError: type object 'Session' has no attribute 'prepare_request'
This commit is contained in:
Nick Lang
2017-05-15 10:36:51 -06:00
committed by Honza Král
parent 3b41c3bca7
commit 790c80fedb
+1 -1
View File
@@ -15,7 +15,7 @@ install_requires = [
'urllib3>=1.8, <2.0',
]
tests_require = [
'requests>=1.0.0, <3.0.0',
'requests>=2.0.0, <3.0.0',
'nose',
'coverage',
'mock',