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
This commit is contained in:
Ian Wienand 2018-05-01 19:29:12 +10:00
parent d07120639d
commit 325829b69c
1 changed files with 1 additions and 0 deletions

View File

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