1
mirror of https://github.com/home-assistant/core synced 2024-09-28 03:04:04 +02:00
ha-core/requirements_test_all.txt

192 lines
4.2 KiB
Plaintext
Raw Normal View History

# Home Assistant test
# linters such as flake8 and pylint should be pinned, as new releases
# make new things fail. Manually update these pins when pulling in a
# new version
flake8==3.3
pylint==1.6.5
2017-12-29 10:07:25 +01:00
mypy==0.560
pydocstyle==1.1.1
coveralls>=1.1
pytest>=2.9.2
pytest-aiohttp>=0.1.3
pytest-cov>=2.3.1
pytest-timeout>=1.2.0
pytest-catchlog>=1.2.2
pytest-sugar>=0.7.1
requests_mock>=1.0
mock-open>=1.3.1
flake8-docstrings==1.0.2
asynctest>=0.8.0
freezegun>=0.3.8
# homeassistant.components.notify.html5
PyJWT==1.5.3
# homeassistant.components.media_player.sonos
SoCo==0.13
# homeassistant.components.device_tracker.automatic
aioautomatic==0.6.4
# homeassistant.components.emulated_hue
# homeassistant.components.http
2017-12-27 09:17:03 +01:00
aiohttp_cors==0.6.0
# homeassistant.components.notify.apns
2017-11-09 06:09:19 +01:00
apns2==0.3.0
# homeassistant.components.calendar.caldav
caldav==0.5.0
# homeassistant.components.sensor.coinmarketcap
coinmarketcap==4.1.1
# homeassistant.components.device_tracker.upc_connect
defusedxml==0.5.0
# homeassistant.components.sensor.dsmr
2017-09-25 22:19:44 +02:00
dsmr_parser==0.11
# homeassistant.components.sensor.season
ephem==3.7.6.0
# homeassistant.components.climate.honeywell
evohomeclient==0.2.5
# homeassistant.components.feedreader
# homeassistant.components.sensor.geo_rss_events
feedparser==5.2.1
# homeassistant.components.conversation
2017-12-29 10:06:39 +01:00
fuzzywuzzy==0.16.0
# homeassistant.components.tts.google
gTTS-token==1.1.1
# homeassistant.components.ffmpeg
2017-10-19 10:35:45 +02:00
ha-ffmpeg==1.9
# homeassistant.components.sensor.geo_rss_events
haversine==0.4.5
# homeassistant.components.mqtt.server
2017-11-16 16:47:37 +01:00
hbmqtt==0.9.1
# homeassistant.components.binary_sensor.workday
holidays==0.8.1
# homeassistant.components.frontend
2017-12-23 06:31:31 +01:00
home-assistant-frontend==20171223.0
# homeassistant.components.influxdb
# homeassistant.components.sensor.influxdb
influxdb==4.1.1
# homeassistant.components.dyson
libpurecoollink==0.4.2
# homeassistant.components.media_player.soundtouch
libsoundtouch==0.7.2
# homeassistant.components.sensor.mfi
# homeassistant.components.switch.mfi
mficlient==0.3.0
# homeassistant.components.binary_sensor.trend
# homeassistant.components.image_processing.opencv
numpy==1.13.3
# homeassistant.components.mqtt
# homeassistant.components.shiftr
2017-10-15 19:12:43 +02:00
paho-mqtt==1.3.1
# homeassistant.components.device_tracker.aruba
# homeassistant.components.device_tracker.asuswrt
# homeassistant.components.device_tracker.cisco_ios
# homeassistant.components.device_tracker.unifi_direct
# homeassistant.components.media_player.pandora
pexpect==4.0.1
# homeassistant.components.pilight
pilight==0.1.1
# homeassistant.components.sensor.mhz19
# homeassistant.components.sensor.serial_pm
pmsensor==0.4
# homeassistant.components.prometheus
prometheus_client==0.0.21
# homeassistant.components.canary
py-canary==0.2.3
# homeassistant.components.zwave
pydispatcher==2.0.5
# homeassistant.components.litejet
pylitejet==0.1
# homeassistant.components.media_player.monoprice
pymonoprice==0.3
# homeassistant.components.alarm_control_panel.nx584
# homeassistant.components.binary_sensor.nx584
pynx584==0.4
# homeassistant.components.sensor.darksky
python-forecastio==1.3.5
# homeassistant.components.sensor.whois
pythonwhois==2.4.3
# homeassistant.components.device_tracker.unifi
pyunifi==2.13
# homeassistant.components.notify.html5
2017-11-08 12:02:28 +01:00
pywebpush==1.3.0
# homeassistant.components.python_script
restrictedpython==4.0b2
# homeassistant.components.rflink
rflink==0.0.34
# homeassistant.components.ring
ring_doorbell==0.1.8
# homeassistant.components.media_player.yamaha
rxv==0.5.1
# homeassistant.components.sleepiq
sleepyq==0.6
# homeassistant.components.climate.honeywell
somecomfort==0.5.0
# homeassistant.components.recorder
# homeassistant.scripts.db_migrator
2017-12-29 10:07:04 +01:00
sqlalchemy==1.2.0
# homeassistant.components.statsd
statsd==3.2.1
# homeassistant.components.camera.uvc
uvcclient==0.10.1
Add platform and sensors for Vultr VPS (#9928) * Initial commit of Vultr components Have a working Vultr hub and binary sensor which pulls down the following attributes of your VPS: - Date created - Subscription id (server id) - Cost per month (in US$) - Operating System installed - IPv4 address - label (human readable name) - region - number of vcpus - which storage package chosen - IPV6 address (if applicable) - RAM amount Working next on sensor and then testing / coverage. * Added Vultr sensor for pending charges and current bandwidth. Refactored binary_sensor and hub too * Corrected is_on bases * Added basic tests for Vultr binary & platform * Updated require files * Changing test fixture to highlight different cases * Written basic test for sensor.vultr * Resolved linting errors and broken test * Increase test coverage and corrected docs * Resolved hound issues * Revert back negative binary test * Another hound resolve * Refactoring and adding is switch, moving over to vultr branch * Made Vultr components more resiliant to invalid configs * Added negetive test for vultr binary sensor * Added better testing of vultr sensor * Resolved vultr platform test affecting subsequent vultr tests * Moving VULTR components to single use design * Added in sensor name config * Added missing sensors var * Resolved init data setting of sensors, added in name conf to switch * Made the Vultr component more resiliant to startup failure with better alerting * Various Vultr component changes - Refactored sensor, binary_sensor, and switch to reference one subscription - Renamed CURRENT_BANDWIDTH_GB monitored condition to CURRENT_BANDWIDTH_USED - Improved test coverage * Resolved local tox linting issue * Added more testing for Vultr switch * Improved test coverage for Vultr components * Made PR comment changes to vultr binary sensor * Made PR comment changes to Vultr sensor * resolved PR comments for Vultr Switch * Resolved vultr sensor name and improved tests * Improved Vultr switch testing (default name formatting) * Removed vultr hub failure checking
2017-11-05 14:10:14 +01:00
# homeassistant.components.vultr
vultr==0.1.2
# homeassistant.components.wake_on_lan
# homeassistant.components.media_player.panasonic_viera
# homeassistant.components.media_player.samsungtv
# homeassistant.components.media_player.webostv
# homeassistant.components.switch.wake_on_lan
wakeonlan==0.2.2
# homeassistant.components.cloud
warrant==0.6.1
# homeassistant.components.sensor.yahoo_finance
yahoo-finance==1.4.0