use requests version more than 2.5.0, because requests.request started support json argument from v2.4.2
This commit is contained in:
parent
de0d201e40
commit
04880dec22
1 changed files with 1 additions and 1 deletions
2
setup.py
Normal file → Executable file
2
setup.py
Normal file → Executable file
|
|
@ -7,7 +7,7 @@ install_requires = [
|
|||
"boto>=2.36.0",
|
||||
"boto3>=1.2.1",
|
||||
"cookies",
|
||||
"requests>=2.0",
|
||||
"requests>=2.5",
|
||||
"xmltodict",
|
||||
"dicttoxml",
|
||||
"six",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue