X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=setup.py;h=47ca6802e40ba98c9c486736e9769e1a762b059e;hb=86aa62f73881f01687cc9f3f5112552c1788fa54;hp=45de1f8baaa50983dabf6ce2d148f71c116b9124;hpb=567bba5022bfe2030b4f5f6bc2cd943beb277f85;p=osm%2FLCM.git diff --git a/setup.py b/setup.py index 45de1f8..47ca680 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ setup( "git+https://osm.etsi.org/gerrit/osm/common.git@master#egg=osm-common-0.1.4" ], install_requires=[ - 'pymongo', 'PyYAML', + 'pymongo', 'PyYAML', 'aiohttp' # 'osm-common', ], setup_requires=['setuptools-version-command'],