mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-24 09:18:08 +00:00
Upgrade to last aiohttp version
This commit is contained in:
parent
8eb060304a
commit
357de50a1b
@ -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…
Reference in New Issue
Block a user