X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=setup.py;h=43ce3eeb67c346de0d2151a7ede24db3f7e3f512;hb=1246e507fe7839c588a64742a2fa31d5a5bcc1e5;hp=180a185aeb415b4eae82081ad7a5dc18e513fd73;hpb=f28aaaa38cf9459c2cfc293b34f0259bced59570;p=osm%2Fosmclient.git diff --git a/setup.py b/setup.py index 180a185..43ce3ee 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,6 @@ setup( install_requires=[ 'Click', 'prettytable', 'pyyaml', 'pycurl', 'python-magic', 'jinja2', 'osm-im', 'verboselogs', 'packaging', 'requests', - 'osm-im', ], setup_requires=['setuptools-version-command'], test_suite='nose.collector',