Add requests to install_requires.
This commit is contained in:
parent
a29ebe31dc
commit
456b11df9a
2
setup.py
2
setup.py
|
@ -89,5 +89,5 @@ setup(
|
||||||
"Topic :: Software Development :: Testing :: Traffic Generation",
|
"Topic :: Software Development :: Testing :: Traffic Generation",
|
||||||
"Topic :: Internet :: WWW/HTTP",
|
"Topic :: Internet :: WWW/HTTP",
|
||||||
],
|
],
|
||||||
install_requires=['tornado>=2.2.1'],
|
install_requires=['tornado>=2.2.1', "requests>=0.13"],
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue