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
This commit is contained in:
Ian Wienand 2018-05-07 11:10:22 +10:00
parent ac6a277060
commit 4b1d92d59b
1 changed files with 1 additions and 0 deletions

View File

@ -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