Clean up requirements.txt

This commit is contained in:
Paulus Schoutsen 2015-03-07 05:49:22 -08:00
parent fde0ce1997
commit d3e107a882

View File

@ -1,5 +1,6 @@
# required # required for Home Assistant core
requests>=2.0 requests>=2.0
pyyaml>=3.11
# optional, needed for specific components # optional, needed for specific components
@ -12,17 +13,17 @@ pyephem>=3.7
# lights.hue # lights.hue
phue>=0.8 phue>=0.8
# chromecast # media_player.cast
pychromecast>=0.5 pychromecast>=0.5
# keyboard # keyboard
pyuserinput>=0.1.9 pyuserinput>=0.1.9
# switch.tellstick, tellstick_sensor # switch.tellstick, sensor.tellstick
tellcore-py>=1.0.4 tellcore-py>=1.0.4
# device_tracker.nmap # device_tracker.nmap
python-libnmap python-libnmap>=0.6.2
# notify.pushbullet # notify.pushbullet
pushbullet.py>=0.7.1 pushbullet.py>=0.7.1
@ -32,6 +33,3 @@ python-nest>=2.1
# z-wave # z-wave
pydispatcher>=2.0.5 pydispatcher>=2.0.5
# pyyaml
pyyaml