Ubuntu18 + pip upgraded + aiohttp
[osm/LCM.git] / setup.py
index b4d614a..dddfc02 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -52,7 +52,7 @@ setup(
     install_requires=[
         # 'pymongo',
         'PyYAML',
-        'aiohttp==0.20.2',
+        'aiohttp==3.*',
         'osm-common',
         'n2vc',
         'jinja2',