From 24a1139c1d5509ef6aa60e707aa451b5a8baab85 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sat, 12 Oct 2019 20:27:48 -0700 Subject: [PATCH] Update reqs --- requirements_test_all.txt | 3 +++ script/gen_requirements_all.py | 1 + 2 files changed, 4 insertions(+) diff --git a/requirements_test_all.txt b/requirements_test_all.txt index f5d7301b0ed..22a69139b7a 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -445,6 +445,9 @@ vultr==0.1.2 # homeassistant.components.wake_on_lan wakeonlan==1.1.6 +# homeassistant.components.withings +withings-api==2.0.0b8 + # homeassistant.components.zeroconf zeroconf==0.23.0 diff --git a/script/gen_requirements_all.py b/script/gen_requirements_all.py index ab2f5e51db4..b1ad5240d68 100755 --- a/script/gen_requirements_all.py +++ b/script/gen_requirements_all.py @@ -185,6 +185,7 @@ TEST_REQUIREMENTS = ( "YesssSMS", "zeroconf", "zigpy-homeassistant", + "withings-api", ) IGNORE_PIN = ("colorlog>2.1,<3", "keyring>=9.3,<10.0", "urllib3")