From 5b50e38f90b44c43f1591865f1e1be8e5429f766 Mon Sep 17 00:00:00 2001 From: tierno Date: Wed, 23 Sep 2020 14:08:34 +0000 Subject: [PATCH] fixing versions of pyaml, aiohttp, jinja2 Change-Id: I5eca0738f06037800091bbfed6292a3617b67ac0 Signed-off-by: tierno --- requirements.txt | 6 +++--- setup.py | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index cff7736..1a931d1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,9 +12,9 @@ # under the License. ## -pyyaml -aiohttp>=2.3.10 -jinja2 +pyyaml==5.* +aiohttp==3.* +jinja2==2.10 grpcio-tools==1.32.0 grpclib==0.4.1 git+https://osm.etsi.org/gerrit/osm/common.git@v8.0#egg=osm-common diff --git a/setup.py b/setup.py index 44b011b..c0ee55c 100644 --- a/setup.py +++ b/setup.py @@ -47,11 +47,11 @@ 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', + 'jinja2==2.10', 'grpcio-tools==1.32.0', 'grpclib==0.4.1', ], -- 2.25.1