Upgrade to last aiohttp version

pull/1120/head
Julien Duponchelle 7 years ago
parent 8eb060304a
commit 357de50a1b
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

@ -43,7 +43,7 @@ import gns3server.handlers
import logging
log = logging.getLogger(__name__)
if not aiohttp.__version__.startswith("2.0"):
if not aiohttp.__version__.startswith("2.2"):
raise RuntimeError("You need aiohttp 2.0 for running GNS3")

@ -1,5 +1,5 @@
jsonschema>=2.4.0
aiohttp>=2.0.7,<2.1.0 # pyup: ignore
aiohttp>=2.2.0,<2.3.0 # pyup: ignore
aiohttp-cors>=0.5.3,<0.6.0 # pyup: ignore
yarl>=0.10.2,<0.11 # pyup: ignore
Jinja2>=2.7.3

Loading…
Cancel
Save