diff options
-rwxr-xr-x | setup.py | 2 | ||||
-rw-r--r-- | setup/requirements.pip | 1 |
2 files changed, 3 insertions, 0 deletions
@@ -43,6 +43,8 @@ setup( # for argparse and <=2.6 install_requires=[ # -*- Extra requirements: -*- + "configuration", + "requests", ], test_suite='nose.collector', diff --git a/setup/requirements.pip b/setup/requirements.pip index 4104874d..96e76d34 100644 --- a/setup/requirements.pip +++ b/setup/requirements.pip @@ -1,2 +1,3 @@ argparse configuration +requests |