X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=setup.py;h=43ce3eeb67c346de0d2151a7ede24db3f7e3f512;hb=1931b2032c07d1ed3897739d0b40485d4411db1d;hp=313d087ebead69e06fb22399a157350bb32e3fb1;hpb=e54d720fa09f2c59cccd416061f7a7b7d8964e2f;p=osm%2Fosmclient.git diff --git a/setup.py b/setup.py index 313d087..43ce3ee 100644 --- a/setup.py +++ b/setup.py @@ -28,11 +28,8 @@ setup( description=_description, license='Apache 2', install_requires=[ - 'Click', 'prettytable', 'pyyaml', 'PycURL', 'python-magic', - 'jinja2', 'osm-im' - ], - dependency_links=[ - 'git+https://osm.etsi.org/gerrit/osm/IM.git#egg=osm-im', + 'Click', 'prettytable', 'pyyaml', 'pycurl', 'python-magic', + 'jinja2', 'osm-im', 'verboselogs', 'packaging', 'requests', ], setup_requires=['setuptools-version-command'], test_suite='nose.collector',