projects
/
osm
/
NBI.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
update role project_user with k8scluster and repos
[osm/NBI.git]
/
setup.py
diff --git
a/setup.py
b/setup.py
index
7a4599a
..
67c1740
100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-47,19
+47,15
@@
setup(
# data_files=[('/etc/osm/', ['osm_nbi/nbi.cfg']),
# ('/etc/systemd/system/', ['osm_nbi/osm-nbi.service']),
# ],
# data_files=[('/etc/osm/', ['osm_nbi/nbi.cfg']),
# ('/etc/systemd/system/', ['osm_nbi/osm-nbi.service']),
# ],
- dependency_links=[
- "git+https://osm.etsi.org/gerrit/osm/IM.git#egg=osm-im",
- 'git+https://osm.etsi.org/gerrit/osm/common.git#egg=osm-common'
- ],
install_requires=[
'CherryPy==18.1.2',
install_requires=[
'CherryPy==18.1.2',
- 'osm-common',
+ 'osm-common
@ git+https://osm.etsi.org/gerrit/osm/common.git#egg=osm-common
',
'jsonschema',
'PyYAML',
'jsonschema',
'PyYAML',
- 'osm-im',
+ 'osm-im
@ git+https://osm.etsi.org/gerrit/osm/IM.git#egg=osm-im
',
'python-keystoneclient',
'requests',
'python-keystoneclient',
'requests',
- 'aiohttp',
+ 'aiohttp
>=2.3.10
',
],
setup_requires=['setuptools-version-command'],
)
],
setup_requires=['setuptools-version-command'],
)