mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 14:17:45 +00:00
Yarl has been fixed (#4694)
This commit is contained in:
parent
dddf4d1460
commit
4904653b70
@ -6,7 +6,6 @@ pip>=7.0.0
|
|||||||
jinja2>=2.8
|
jinja2>=2.8
|
||||||
voluptuous==0.9.2
|
voluptuous==0.9.2
|
||||||
typing>=3,<4
|
typing>=3,<4
|
||||||
yarl==0.7.1
|
|
||||||
aiohttp==1.1.6
|
aiohttp==1.1.6
|
||||||
async_timeout==1.1.0
|
async_timeout==1.1.0
|
||||||
|
|
||||||
|
2
setup.py
2
setup.py
@ -13,7 +13,6 @@ DOWNLOAD_URL = ('{}/archive/'
|
|||||||
|
|
||||||
PACKAGES = find_packages(exclude=['tests', 'tests.*'])
|
PACKAGES = find_packages(exclude=['tests', 'tests.*'])
|
||||||
|
|
||||||
# Pinning yarl because yarl 0.8 breaks aiohttp
|
|
||||||
REQUIRES = [
|
REQUIRES = [
|
||||||
'requests>=2,<3',
|
'requests>=2,<3',
|
||||||
'pyyaml>=3.11,<4',
|
'pyyaml>=3.11,<4',
|
||||||
@ -22,7 +21,6 @@ REQUIRES = [
|
|||||||
'jinja2>=2.8',
|
'jinja2>=2.8',
|
||||||
'voluptuous==0.9.2',
|
'voluptuous==0.9.2',
|
||||||
'typing>=3,<4',
|
'typing>=3,<4',
|
||||||
'yarl==0.7.1',
|
|
||||||
'aiohttp==1.1.6',
|
'aiohttp==1.1.6',
|
||||||
'async_timeout==1.1.0',
|
'async_timeout==1.1.0',
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user