Feature-9904: Enhancing NG-UI to enable Juju operational view dashboard
[osm/LCM.git] / setup.py
index 720e72f..c0ee55c 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -47,15 +47,13 @@ setup(
     #             ],
     install_requires=[
         # 'pymongo',
-        'PyYAML',
-        'aiohttp>=2.3.10',
+        'PyYAML==5.*',
+        'aiohttp==3.*',
         'osm-common @ git+https://osm.etsi.org/gerrit/osm/common.git@v8.0#egg=osm-common',
         'n2vc @ git+https://osm.etsi.org/gerrit/osm/N2VC.git@v8.0#egg=n2vc',
-        'jinja2',
-        'grpcio-tools',
-        'grpclib',
-        # TODO this is version installed by 'apt python3-aiohttp' on Ubuntu Sserver 14.04
-        # version installed by pip 3.3.2 is not compatible. Code should be migrated to this version and use pip3
+        'jinja2==2.10',
+        'grpcio-tools==1.32.0',
+        'grpclib==0.4.1',
     ],
     setup_requires=['setuptools-version-command'],
 )