From d8d16e47cb81cff53a0d4249198722bedb63df80 Mon Sep 17 00:00:00 2001 From: Bastien Abadie Date: Thu, 3 Oct 2019 10:25:07 +0200 Subject: [PATCH] tools: Limit yarl version to avoid build issues --- tools/requirements.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/requirements.txt b/tools/requirements.txt index 5befef9a8..920343fad 100644 --- a/tools/requirements.txt +++ b/tools/requirements.txt @@ -2,3 +2,6 @@ logbook structlog taskcluster raven + +# Limit yarl version to avoid using the alpha 1.4.0a that breaks builds +yarl==1.3.0