summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorIan Wienand <iwienand@redhat.com>2018-05-01 19:29:12 +1000
committerIan Wienand <iwienand@redhat.com>2018-05-01 19:37:18 +1000
commit325829b69c2e63d939e7a87669348066371407db (patch)
tree19aeb047434def859b8c94b008369de0b728708a /requirements.txt
parentd07120639d75d3cc1a0d73de69e63a76f05efff4 (diff)
downloadzuul-325829b69c2e63d939e7a87669348066371407db.tar.gz
Pin yarl for python < 3.5.3
As described in [1], the latest releases of yarl (brought in via aiohttp) require python 3.5.3. Pin it for lower versions (which happens to be 3.5.2 in xenial ... which we test on) to the last release that works (1.1.1). [1] https://github.com/aio-libs/yarl/issues/189 Change-Id: I460652a4468bfa76895a5c563612ff6119c0d483
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index 1c1f0c772..16114f07d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -21,6 +21,7 @@ cryptography>=1.6
cachecontrol
pyjwt
iso8601
+yarl==1.1.1;python_version<='3.5.2'
aiohttp<3.0.0
uvloop;python_version>='3.5'
psutil