summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorIan Wienand <iwienand@redhat.com>2018-05-07 11:10:22 +1000
committerIan Wienand <iwienand@redhat.com>2018-05-07 11:12:55 +1000
commit4b1d92d59bb0848e3aacc748147f46482ad36100 (patch)
tree59939d68802f3c3ca1a0de5ff7600165349245e5 /requirements.txt
parentac6a277060b19e42b4f3e8f3ecd498806e78dce7 (diff)
downloadzuul-4b1d92d59bb0848e3aacc748147f46482ad36100.tar.gz
Pin async-timeout
async-timeout 3.0.0 has released and only supports python 3.5.3 (which is greater than the Xenial we test on). Pin it for lower pythons (this is similar to I460652a4468bfa76895a5c563612ff6119c0d483 which pinned yarl -- in that case it was stated it was 1.1.1 which would be the final release for python<3.5.3 support; however in this case it's not clear if maybe there might be more 2.X releases, so hence the less-than qualifier...) Change-Id: Ifa2ddedbd4f431d8cd08059e31814b95dc74e368
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 16114f07d..558a23b10 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -22,6 +22,7 @@ cachecontrol
pyjwt
iso8601
yarl==1.1.1;python_version<='3.5.2'
+async-timeout<3.0.0;python_version<='3.5.2'
aiohttp<3.0.0
uvloop;python_version>='3.5'
psutil