some changes at status reporting
[osm/LCM.git] / setup.py
index 17e6ab8..9ba333b 100644 (file)
--- 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',