X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FLCM.git;a=blobdiff_plain;f=setup.py;h=aa83fd6be2f878a1be0f569e154279438c3cce16;hp=5d7a52c2ba3cdfa207f618479826a0fe96d96e66;hb=e6d17e626bd750c6b05b6353a2731ee621532fd9;hpb=b3cda2e2d399e761311fbe9e4ffc3b22037d6312 diff --git a/setup.py b/setup.py index 5d7a52c..aa83fd6 100644 --- a/setup.py +++ b/setup.py @@ -51,10 +51,13 @@ setup( ], install_requires=[ # 'pymongo', - 'PyYAML==3.*', - 'aiohttp==0.20.2', + 'PyYAML', + 'aiohttp>=2.3.10', 'osm-common', '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 ],