summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames E. Blair <jeblair@redhat.com>2018-01-15 08:33:39 -0800
committerJames E. Blair <jeblair@redhat.com>2018-01-15 08:33:39 -0800
commita2b4a223d6df558eb3be53ae597024924e394ae1 (patch)
treebe4b901eef5125b9759f99a5a884068caedb358b
parent34ca34537a4d8cbc716d708c2e3f47bd22c9a10c (diff)
downloadzuul-a2b4a223d6df558eb3be53ae597024924e394ae1.tar.gz
Temporarily pin yarl while aiohttp is broken
Aiohttp had an open requirement specification on yarl which has released a 1.0 that is backwards incompatible. Pin to <1.0 until https://github.com/aio-libs/aiohttp/issues/2662 is fixed. Change-Id: I4e750900501ed92bdbb616f5664f7e8ab7fa99c3
-rw-r--r--requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index 39a2b0268..193c64e71 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -25,5 +25,6 @@ cryptography>=1.6
cachecontrol
pyjwt
iso8601
+yarl>=0.11,<1.0
aiohttp
uvloop;python_version>='3.5'