Update setup.py to require 'requests'
This commit is contained in:
parent
befeb5bdde
commit
82c8c43f5f
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -9,6 +9,7 @@ install_requires = [
|
||||||
"httpretty>=0.6.1",
|
"httpretty>=0.6.1",
|
||||||
"Jinja2",
|
"Jinja2",
|
||||||
"xmltodict",
|
"xmltodict",
|
||||||
|
"requests",
|
||||||
]
|
]
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue