Add requests to install_requires.

This commit is contained in:
Aldo Cortesi 2012-06-07 17:03:16 +12:00
parent a29ebe31dc
commit 456b11df9a
1 changed files with 1 additions and 1 deletions

View File

@ -89,5 +89,5 @@ setup(
"Topic :: Software Development :: Testing :: Traffic Generation",
"Topic :: Internet :: WWW/HTTP",
],
install_requires=['tornado>=2.2.1'],
install_requires=['tornado>=2.2.1', "requests>=0.13"],
)