| commit | b810c6b28c2c927c582a78ef7b4dd7bd3081833b | [log] [tgz] |
|---|---|---|
| author | garciadeblas <gerardo.garciadeblas@telefonica.com> | Sun Feb 21 16:29:00 2021 +0000 |
| committer | garciadeblas <gerardo.garciadeblas@telefonica.com> | Sun Feb 21 16:29:00 2021 +0000 |
| tree | 5c5dfeb256e53a64e1a4f96d308239c20c011687 | |
| parent | c391f296f052a1a924f12d76fc6b2f5ba61e28bf [diff] |
Removed duplicated dependecy in setup.py Change-Id: I63791346077baa0c50019ea45f57c00dae159d73 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/setup.py b/setup.py index 180a185..43ce3ee 100644 --- a/setup.py +++ b/setup.py
@@ -30,7 +30,6 @@ 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',