From b314658d10fc29d9c808c6b3e9f175ce7dacf157 Mon Sep 17 00:00:00 2001 From: Artur Maciag Date: Fri, 25 May 2018 11:24:47 +0100 Subject: [PATCH] Yarl with python 3.4 support requirements fix --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8647169..7b2dc82 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ openapi-spec-validator six -yarl +yarl<1.2.0