From: garciadeblas Date: Sun, 21 Feb 2021 16:29:00 +0000 (+0000) Subject: Removed duplicated dependecy in setup.py X-Git-Tag: v9.1.0~1 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=b810c6b28c2c927c582a78ef7b4dd7bd3081833b;hp=c391f296f052a1a924f12d76fc6b2f5ba61e28bf;p=osm%2Fosmclient.git Removed duplicated dependecy in setup.py Change-Id: I63791346077baa0c50019ea45f57c00dae159d73 Signed-off-by: garciadeblas --- 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',