1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-24 17:28:08 +00:00

Upgrade to last aiohttp version

This commit is contained in:
Julien Duponchelle 2017-07-11 15:59:09 +02:00
parent 8eb060304a
commit 357de50a1b
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ import gns3server.handlers
import logging import logging
log = logging.getLogger(__name__) 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") raise RuntimeError("You need aiohttp 2.0 for running GNS3")

View File

@ -1,5 +1,5 @@
jsonschema>=2.4.0 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 aiohttp-cors>=0.5.3,<0.6.0 # pyup: ignore
yarl>=0.10.2,<0.11 # pyup: ignore yarl>=0.10.2,<0.11 # pyup: ignore
Jinja2>=2.7.3 Jinja2>=2.7.3