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
This commit is contained in:
James E. Blair 2018-01-15 08:33:39 -08:00
parent 34ca34537a
commit a2b4a223d6
1 changed files with 1 additions and 0 deletions

View File

@ -25,5 +25,6 @@ cryptography>=1.6
cachecontrol
pyjwt
iso8601
yarl>=0.11,<1.0
aiohttp
uvloop;python_version>='3.5'