diff --git a/setup.py b/setup.py index b01e7442..274efdc7 100644 --- a/setup.py +++ b/setup.py @@ -9,6 +9,7 @@ install_requires = [ "httpretty>=0.6.1", "Jinja2", "xmltodict", + "requests", ] import sys