From 4d9e681fc1820b5e7daa56ff81313a2fe26bf91a Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Tue, 11 Apr 2017 19:50:43 -0700 Subject: [PATCH] Constrain chardet to 2.3 (#7063) --- homeassistant/package_constraints.txt | 1 + requirements_all.txt | 1 + setup.py | 1 + 3 files changed, 3 insertions(+) diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index a8e8df3d250..b21a938a1a1 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -7,3 +7,4 @@ voluptuous==0.9.3 typing>=3,<4 aiohttp==2.0.5 async_timeout==1.2.0 +chardet==2.3 diff --git a/requirements_all.txt b/requirements_all.txt index 13d3939a87f..147f4462efa 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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 diff --git a/setup.py b/setup.py index cdc4c43e7a2..b9ef099a1ad 100755 --- a/setup.py +++ b/setup.py @@ -24,6 +24,7 @@ REQUIRES = [ 'typing>=3,<4', 'aiohttp==2.0.5', 'async_timeout==1.2.0', + 'chardet==2.3' ] setup(