Add requests to test dependencies

This commit is contained in:
Stan Hu 2014-07-04 18:07:34 -07:00
parent 662a24a760
commit ab93235f14
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ tests_require = [
'pytest-cov>=1.4',
'pytest-django',
'python-coveralls',
'requests',
'tornado',
'webob',
'webtest',