Flask-aiohttp
Flask-aiohttp copied to clipboard
Update documentation
I hit a few bumps in getting your awesome project to work. First, you need to lock the aiohttp version to before 2.0.0 since they removed the WSGI module after that. 1.3.5 is the last version to support the wsgi module. Secondly, the import statements should include
import aiohttp
from flask_aiohttp import AioHTTP, async