Added logger.debug lines to remaining functions, useful for debugging
[osm/osmclient.git] / setup.py
index 6bf023e..2140468 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -28,12 +28,10 @@ setup(
     description=_description,
     license='Apache 2',
     install_requires=[
-        'Click', 'prettytable<=1.0.1', 'pyyaml', 'pycurl', 'python-magic',
+        'Click', 'prettytable', 'pyyaml', 'pycurl', 'python-magic',
         'jinja2', 'osm-im', 'verboselogs', 'packaging', 'ruamel.yaml',
-        'requests'
-    ],
-    dependency_links=[
-        'git+https://osm.etsi.org/gerrit/osm/IM.git#egg=osm-im',
+        'requests',
+        'osm-im @ git+https://osm.etsi.org/gerrit/osm/IM.git#egg=osm-im',
     ],
     setup_requires=['setuptools-version-command'],
     test_suite='nose.collector',