mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 01:37:08 +00:00
Clean up requirements.txt
This commit is contained in:
parent
fde0ce1997
commit
d3e107a882
@ -1,5 +1,6 @@
|
||||
# required
|
||||
# required for Home Assistant core
|
||||
requests>=2.0
|
||||
pyyaml>=3.11
|
||||
|
||||
# optional, needed for specific components
|
||||
|
||||
@ -12,17 +13,17 @@ pyephem>=3.7
|
||||
# lights.hue
|
||||
phue>=0.8
|
||||
|
||||
# chromecast
|
||||
# media_player.cast
|
||||
pychromecast>=0.5
|
||||
|
||||
# keyboard
|
||||
pyuserinput>=0.1.9
|
||||
|
||||
# switch.tellstick, tellstick_sensor
|
||||
# switch.tellstick, sensor.tellstick
|
||||
tellcore-py>=1.0.4
|
||||
|
||||
# device_tracker.nmap
|
||||
python-libnmap
|
||||
python-libnmap>=0.6.2
|
||||
|
||||
# notify.pushbullet
|
||||
pushbullet.py>=0.7.1
|
||||
@ -32,6 +33,3 @@ python-nest>=2.1
|
||||
|
||||
# z-wave
|
||||
pydispatcher>=2.0.5
|
||||
|
||||
# pyyaml
|
||||
pyyaml
|
||||
|
Loading…
x
Reference in New Issue
Block a user