diff options
-rw-r--r-- | requirements.pip | 1 | ||||
-rw-r--r-- | setup.py | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/requirements.pip b/requirements.pip index a3596c0..7bb3fbf 100644 --- a/requirements.pip +++ b/requirements.pip @@ -1,2 +1,3 @@ lxml +PyYaml requests @@ -6,7 +6,7 @@ setup( version=VERSION, description="Library for communicating with GSX Web Services API.", long_description=open('README.rst').read(), - install_requires=['PyYAML', 'lxml'], + install_requires=['PyYAML', 'lxml', 'requests'], classifiers=[ "Environment :: Web Environment", "Intended Audience :: Developers", |