From d86ffe71308d8de8accdc59a366bcc94ff253aa7 Mon Sep 17 00:00:00 2001 From: Luiz Menezes Date: Mon, 26 Dec 2016 09:03:46 -0200 Subject: [PATCH] Add missing requirement yarl for python >= 3.4 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 7532be8..9ef0322 100644 --- a/setup.py +++ b/setup.py @@ -31,6 +31,7 @@ extras_require = { ':python_version in "2.4, 2.5, 2.6"': ['contextlib2', 'backport_collections', 'mock'], ':python_version in "2.7, 3.1, 3.2"': ['contextlib2', 'mock'], + ':python_version in "3.4, 3.5, 3.6"': ['yarl'], }