projects
/
osm
/
osmclient.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c391f29
)
Removed duplicated dependecy in setup.py
61/10361/1
author
garciadeblas
<gerardo.garciadeblas@telefonica.com>
Sun, 21 Feb 2021 16:29:00 +0000
(16:29 +0000)
committer
garciadeblas
<gerardo.garciadeblas@telefonica.com>
Sun, 21 Feb 2021 16:29:00 +0000
(16:29 +0000)
Change-Id: I63791346077baa0c50019ea45f57c00dae159d73
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index
180a185
..
43ce3ee
100644
(file)
--- 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',