mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-28 11:18:11 +00:00
Support aiohttp 1.2 (but not compatible with previous versions)
Fix #840
This commit is contained in:
parent
bd4de862c8
commit
49f1ee2e32
@ -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,7 @@
|
|||||||
jsonschema>=2.4.0
|
jsonschema>=2.4.0
|
||||||
aiohttp>=0.21.5
|
aiohttp>=1.2.0
|
||||||
|
aiohttp_cors>=0.4.0
|
||||||
|
yarl>=0.7.0
|
||||||
Jinja2>=2.7.3
|
Jinja2>=2.7.3
|
||||||
raven>=5.2.0
|
raven>=5.2.0
|
||||||
psutil>=3.0.0
|
psutil>=3.0.0
|
||||||
|
Loading…
Reference in New Issue
Block a user