X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=setup.py;h=9ba333b0785ea2cf05a4f095d20e5f44884eb80f;hb=0e8c3f0ad1b1db0bc07dc6d802983d9792af5cbd;hp=17e6ab878f4e09882d96b87768db4f13a1d8fb74;hpb=35be915861daf31fe227ee1e90e063d3796d42ef;p=osm%2FLCM.git diff --git a/setup.py b/setup.py index 17e6ab8..9ba333b 100644 --- a/setup.py +++ b/setup.py @@ -51,8 +51,8 @@ setup( ], install_requires=[ # 'pymongo', - 'PyYAML==3.*', - 'aiohttp==0.20.2', + 'PyYAML', + 'aiohttp>=2.3.10', 'osm-common', 'n2vc', 'jinja2',