From f63316da2bd9c32756e43c20ce4cbb53dd930866 Mon Sep 17 00:00:00 2001 From: Pau Freixes Date: Mon, 15 Jan 2018 17:29:10 +0100 Subject: [PATCH] Freeze YARL version to avoid issue #2662 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9e3c6f5f209..a818b947938 100644 --- a/setup.py +++ b/setup.py @@ -64,7 +64,7 @@ def build_extension(self, ext): install_requires = ['chardet', 'multidict>=3.0.0', - 'async_timeout>=1.2.0', 'yarl>=0.11'] + 'async_timeout>=1.2.0', 'yarl>=0.11,<1.0'] def read(f):