X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=setup.py;h=43ce3eeb67c346de0d2151a7ede24db3f7e3f512;hb=1246e507fe7839c588a64742a2fa31d5a5bcc1e5;hp=6bf023e28426a980a3e0a3e77a0b3f07f897b9bf;hpb=60c9220d34b8e3a123837909999f88490ea5b561;p=osm%2Fosmclient.git diff --git a/setup.py b/setup.py index 6bf023e..43ce3ee 100644 --- a/setup.py +++ b/setup.py @@ -28,12 +28,8 @@ setup( description=_description, license='Apache 2', install_requires=[ - 'Click', 'prettytable<=1.0.1', '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', + 'Click', 'prettytable', 'pyyaml', 'pycurl', 'python-magic', + 'jinja2', 'osm-im', 'verboselogs', 'packaging', 'requests', ], setup_requires=['setuptools-version-command'], test_suite='nose.collector',