Cap aiohttp <3.0.0

This is to work around the following issue:

  aiohttp requires Python '>=3.5.3' but the running Python is 3.5.2

Which is breaking builds on Ubuntu Xenial.

Change-Id: I656f4e37a12159b60154cd868a5416c6af3e3139
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2018-02-12 11:52:24 -05:00
parent 40f0c70e87
commit f7dc0bbf47
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 1 additions and 1 deletions

View File

@ -25,6 +25,6 @@ cryptography>=1.6
cachecontrol
pyjwt
iso8601
aiohttp
aiohttp<3.0.0
uvloop;python_version>='3.5'
psutil