From 648bc930721e1a8944816c44dcd31cbd83deffba Mon Sep 17 00:00:00 2001 From: ibizaman Date: Sat, 19 May 2018 23:41:36 -0700 Subject: [PATCH] fix cannot import yarl.unquote https://github.com/aio-libs/aiohttp/issues/2662 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index d86d9f6..1186ebc 100644 --- a/setup.py +++ b/setup.py @@ -18,6 +18,7 @@ install_requires=[ 'aiohttp == 2.3.7', 'aiohttp_cors == 0.6.0', + 'yarl == 0.18.0', 'PyYAML == 3.12', ], extras_require={