diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index c69e9eb4af4..854fe5c2497 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -8,7 +8,6 @@ pip>=8.0.3 pytz>=2018.04 pyyaml>=3.11,<4 requests==2.18.4 -typing>=3,<4 voluptuous==0.11.1 # Breaks Python 3.6 and is not needed for our supported Python versions diff --git a/requirements_all.txt b/requirements_all.txt index b8cbc03b1bf..25c9dd7cd20 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -9,7 +9,6 @@ pip>=8.0.3 pytz>=2018.04 pyyaml>=3.11,<4 requests==2.18.4 -typing>=3,<4 voluptuous==0.11.1 # homeassistant.components.nuimo_controller diff --git a/setup.py b/setup.py index a4d15feb7fc..5a171512a7c 100755 --- a/setup.py +++ b/setup.py @@ -52,7 +52,6 @@ REQUIRES = [ 'pytz>=2018.04', 'pyyaml>=3.11,<4', 'requests==2.18.4', - 'typing>=3,<4', 'voluptuous==0.11.1', ]