From ddd63c615f9fae179e9b33d297c902186d43cf2d Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 20 Feb 2019 12:31:41 -0800 Subject: [PATCH] Remove constraint from regex (#21239) --- homeassistant/package_constraints.txt | 3 --- script/gen_requirements_all.py | 3 --- 2 files changed, 6 deletions(-) diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 82efcb56295..775425eb58b 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -26,6 +26,3 @@ pycrypto==1000000000.0.0 # Contains code to modify Home Assistant to work around our rules python-systemair-savecair==1000000000.0.0 - -# The 2019.02.19 failed to be imported, breaking our builds -regex==2019.02.07 diff --git a/script/gen_requirements_all.py b/script/gen_requirements_all.py index b298a9704ca..85d9c95aec7 100755 --- a/script/gen_requirements_all.py +++ b/script/gen_requirements_all.py @@ -158,9 +158,6 @@ pycrypto==1000000000.0.0 # Contains code to modify Home Assistant to work around our rules python-systemair-savecair==1000000000.0.0 - -# The 2019.02.19 failed to be imported, breaking our builds -regex==2019.02.07 """