fix(vdu): vdu number of instances now is taking into account. Bug 1477
[osm/NBI.git] / setup.py
index 309dda1..14e4324 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -49,10 +49,10 @@ setup(
     #             ],
     install_requires=[
         'CherryPy>=18.1.2',
-        'osm-common @ git+https://osm.etsi.org/gerrit/osm/common.git#egg=osm-common',
+        'osm-common',
         'jsonschema>=3.2.0',
         'PyYAML',
-        'osm-im @ git+https://osm.etsi.org/gerrit/osm/IM.git#egg=osm-im',
+        'osm-im',
         'python-keystoneclient',
         'requests',
         'aiohttp>=2.3.10,<=3.6.2',