Pin YARL to 0.13

This commit is contained in:
Paulus Schoutsen 2017-11-11 12:12:31 -08:00
parent 8f8772093d
commit 78afbd4292
3 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,7 @@ jinja2>=2.9.6
voluptuous==0.10.5
typing>=3,<4
aiohttp==2.2.5
yarl==0.13
async_timeout==2.0.0
chardet==3.0.4
astral==1.4

View File

@ -7,6 +7,7 @@ jinja2>=2.9.6
voluptuous==0.10.5
typing>=3,<4
aiohttp==2.2.5
yarl==0.13
async_timeout==2.0.0
chardet==3.0.4
astral==1.4

View File

@ -23,6 +23,7 @@ REQUIRES = [
'voluptuous==0.10.5',
'typing>=3,<4',
'aiohttp==2.2.5',
'yarl==0.13', # Update this whenever you update aiohttp
'async_timeout==2.0.0',
'chardet==3.0.4',
'astral==1.4',