X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=setup.py;h=ffef539ce44b56b6cd7e1a502985ccb9bde84933;hb=fa66d156a8b8c4b8252b55f13cd1825774f21b15;hp=47ca6802e40ba98c9c486736e9769e1a762b059e;hpb=86aa62f73881f01687cc9f3f5112552c1788fa54;p=osm%2FLCM.git diff --git a/setup.py b/setup.py index 47ca680..ffef539 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,11 @@ setup( "git+https://osm.etsi.org/gerrit/osm/common.git@master#egg=osm-common-0.1.4" ], install_requires=[ - 'pymongo', 'PyYAML', 'aiohttp' + 'pymongo', + 'PyYAML', + 'aiohttp==0.20.2', + # 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 # 'osm-common', ], setup_requires=['setuptools-version-command'],