Prevent bluepy from being part of requirements_all.txt (#39275)

pull/39283/head
Paulus Schoutsen 2020-08-26 14:50:14 +02:00 committed by GitHub
parent 44118d8fb6
commit df9de8eb5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -298,7 +298,7 @@ aurorapy==0.2.6
av==8.0.2
# homeassistant.components.avea
avea==1.4
# avea==1.4
# homeassistant.components.avion
# avion==0.10
@ -334,7 +334,7 @@ batinfo==0.4.2
beautifulsoup4==4.9.1
# homeassistant.components.beewi_smartclim
beewi_smartclim==0.0.7
# beewi_smartclim==0.0.7
# homeassistant.components.zha
bellows==0.18.1

View File

@ -15,8 +15,10 @@ from homeassistant.util.yaml.loader import load_yaml
COMMENT_REQUIREMENTS = (
"Adafruit_BBIO",
"Adafruit-DHT",
"avea", # depends on bluepy
"avion",
"beacontools",
"beewi_smartclim", # depends on bluepy
"blinkt",
"bluepy",
"bme680",