X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=setup.py;h=7c6ad397d5e2233d50f8a5016629f48202020991;hb=refs%2Ftags%2Fv9.0.0rc1;hp=313d087ebead69e06fb22399a157350bb32e3fb1;hpb=e54d720fa09f2c59cccd416061f7a7b7d8964e2f;p=osm%2Fosmclient.git diff --git a/setup.py b/setup.py index 313d087..7c6ad39 100644 --- a/setup.py +++ b/setup.py @@ -28,11 +28,9 @@ 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', + 'osm-im @ git+https://osm.etsi.org/gerrit/osm/IM.git#egg=osm-im', ], setup_requires=['setuptools-version-command'], test_suite='nose.collector',