Constrain chardet to 2.3 (#7063)
This commit is contained in:
parent
4e388666b2
commit
4d9e681fc1
3 changed files with 3 additions and 0 deletions
|
@ -7,3 +7,4 @@ voluptuous==0.9.3
|
|||
typing>=3,<4
|
||||
aiohttp==2.0.5
|
||||
async_timeout==1.2.0
|
||||
chardet==2.3
|
||||
|
|
|
@ -8,6 +8,7 @@ voluptuous==0.9.3
|
|||
typing>=3,<4
|
||||
aiohttp==2.0.5
|
||||
async_timeout==1.2.0
|
||||
chardet==2.3
|
||||
|
||||
# homeassistant.components.nuimo_controller
|
||||
--only-binary=all http://github.com/getSenic/nuimo-linux-python/archive/29fc42987f74d8090d0e2382e8f248ff5990b8c9.zip#nuimo==1.0.0
|
||||
|
|
1
setup.py
1
setup.py
|
@ -24,6 +24,7 @@ REQUIRES = [
|
|||
'typing>=3,<4',
|
||||
'aiohttp==2.0.5',
|
||||
'async_timeout==1.2.0',
|
||||
'chardet==2.3'
|
||||
]
|
||||
|
||||
setup(
|
||||
|
|
Loading…
Add table
Reference in a new issue