mirror of
https://github.com/GNS3/gns3-server
synced 2025-02-17 18:42:00 +00:00
Support aiohttp 1.2 (but not compatible with previous versions)
Fix #840
This commit is contained in:
parent
7ba7c89594
commit
572fa08049
@ -19,7 +19,7 @@ import aiohttp.web
|
|||||||
import logging
|
import logging
|
||||||
|
|
||||||
|
|
||||||
class RequestHandler(aiohttp.web.RequestHandler):
|
class RequestHandler(aiohttp.web_server.RequestHandler):
|
||||||
|
|
||||||
def log_access(self, message, environ, response, time):
|
def log_access(self, message, environ, response, time):
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
jsonschema>=2.4.0
|
jsonschema>=2.4.0
|
||||||
aiohttp>=1.1.6
|
aiohttp>=1.2.0
|
||||||
aiohttp_cors>=0.4.0
|
aiohttp_cors>=0.4.0
|
||||||
yarl>=0.7.0
|
yarl>=0.7.0
|
||||||
Jinja2>=2.7.3
|
Jinja2>=2.7.3
|
||||||
|
Loading…
Reference in New Issue
Block a user