Add responses dependencies.
This commit is contained in:
parent
678f73389f
commit
468a1b970c
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
|
@ -5,7 +5,8 @@ from setuptools import setup, find_packages
|
||||||
install_requires = [
|
install_requires = [
|
||||||
"Jinja2>=2.8",
|
"Jinja2>=2.8",
|
||||||
"boto>=2.36.0",
|
"boto>=2.36.0",
|
||||||
"requests",
|
"cookies",
|
||||||
|
"requests>=2.0",
|
||||||
"xmltodict",
|
"xmltodict",
|
||||||
"six",
|
"six",
|
||||||
"werkzeug",
|
"werkzeug",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue