Support aiohttp 1.2 (but not compatible with previous versions)

Fix #840
pull/862/head
Julien Duponchelle 8 years ago
parent 7ba7c89594
commit 572fa08049
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

@ -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):

@ -1,5 +1,5 @@
jsonschema>=2.4.0
aiohttp>=1.1.6
aiohttp>=1.2.0
aiohttp_cors>=0.4.0
yarl>=0.7.0
Jinja2>=2.7.3

Loading…
Cancel
Save