X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=setup.py;h=55ca03b3176352dd1c33bc5a7bfc7e726dff2d46;hb=02513e75265611b75521824ff67aa0add415249e;hp=f9a219770815c17e82b080ed9e57c0a173ae01b0;hpb=9a4b8b23484e767a8708ca529a0f9df4d0beaa36;p=osm%2FNBI.git diff --git a/setup.py b/setup.py index f9a2197..55ca03b 100644 --- a/setup.py +++ b/setup.py @@ -55,7 +55,7 @@ setup( 'osm-im @ git+https://osm.etsi.org/gerrit/osm/IM.git@v8.0#egg=osm-im', 'python-keystoneclient', 'requests', - 'aiohttp>=2.3.10', + 'aiohttp>=2.3.10,<=3.6.2', ], setup_requires=['setuptools-version-command'], )