1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-13 20:08:55 +00:00

Support aiohttp 1.2 (but not compatible with previous versions)

Fix #840
This commit is contained in:
Julien Duponchelle 2016-12-19 10:10:47 +01:00
parent bd4de862c8
commit 49f1ee2e32
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8
2 changed files with 4 additions and 2 deletions

View File

@ -19,7 +19,7 @@ import aiohttp.web
import logging
class RequestHandler(aiohttp.web.RequestHandler):
class RequestHandler(aiohttp.web_server.RequestHandler):
def log_access(self, message, environ, response, time):

View File

@ -1,5 +1,7 @@
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
raven>=5.2.0
psutil>=3.0.0