Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating aiohttp in requirements.txt
While attempting to install Caldera, I ran into this exact issue with Aiohttp -- it appears to be a very recent change: aio-libs/yarl#161 ``` File "caldera.py", line 16, in <module> from app import server File "/home/vagrant/caldera/caldera/app/server.py", line 13, in <module> from aiohttp import web, WSCloseCode File "/usr/local/lib/python3.5/dist-packages/aiohttp/web.py", line 15, in <module> from . import (hdrs, web_exceptions, web_fileresponse, web_middlewares, File "/usr/local/lib/python3.5/dist-packages/aiohttp/web_middlewares.py", line 5, in <module> from aiohttp.web_urldispatcher import SystemRoute File "/usr/local/lib/python3.5/dist-packages/aiohttp/web_urldispatcher.py", line 20, in <module> from yarl import URL, unquote ``` Updating aiohttp to 2.3.8 fixed the issue for me.
- Loading branch information