Skip to content
This repository has been archived by the owner on Aug 1, 2019. It is now read-only.

Commit

Permalink
Temporarily pin yarl while aiohttp is broken
Browse files Browse the repository at this point in the history
Aiohttp had an open requirement specification on yarl which has
released a 1.0 that is backwards incompatible.  Pin to <1.0
until aio-libs/aiohttp#2662 is fixed.

Change-Id: I4e750900501ed92bdbb616f5664f7e8ab7fa99c3
  • Loading branch information
James E. Blair committed Jan 15, 2018
1 parent 34ca345 commit a2b4a22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ cryptography>=1.6
cachecontrol
pyjwt
iso8601
yarl>=0.11,<1.0
aiohttp
uvloop;python_version>='3.5'

0 comments on commit a2b4a22

Please sign in to comment.