forked from home-assistant/core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements_test_all.txt
142 lines (104 loc) · 2.98 KB
/
requirements_test_all.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
# 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
mypy==0.521
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.2
# homeassistant.components.media_player.sonos
SoCo==0.12
# homeassistant.components.device_tracker.automatic
aioautomatic==0.6.0
# homeassistant.components.emulated_hue
# homeassistant.components.http
aiohttp_cors==0.5.3
# homeassistant.components.notify.apns
apns2==0.1.1
# homeassistant.components.sensor.dsmr
dsmr_parser==0.8
# homeassistant.components.climate.honeywell
evohomeclient==0.2.5
# homeassistant.components.conversation
fuzzywuzzy==0.15.1
# homeassistant.components.tts.google
gTTS-token==1.1.1
# homeassistant.components.ffmpeg
ha-ffmpeg==1.7
# homeassistant.components.mqtt.server
hbmqtt==0.8
# homeassistant.components.binary_sensor.workday
holidays==0.8.1
# homeassistant.components.influxdb
# homeassistant.components.sensor.influxdb
influxdb==3.0.0
# 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.mqtt
# homeassistant.components.shiftr
paho-mqtt==1.3.0
# homeassistant.components.device_tracker.aruba
# homeassistant.components.device_tracker.asuswrt
# homeassistant.components.device_tracker.cisco_ios
# 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.19
# homeassistant.components.zwave
pydispatcher==2.0.5
# homeassistant.components.litejet
pylitejet==0.1
# 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.device_tracker.unifi
pyunifi==2.13
# homeassistant.components.notify.html5
pywebpush==1.0.6
# homeassistant.components.python_script
restrictedpython==4.0a3
# homeassistant.components.rflink
rflink==0.0.34
# homeassistant.components.ring
ring_doorbell==0.1.4
# homeassistant.components.media_player.yamaha
rxv==0.4.0
# homeassistant.components.sleepiq
sleepyq==0.6
# homeassistant.components.climate.honeywell
somecomfort==0.4.1
# homeassistant.components.recorder
# homeassistant.scripts.db_migrator
sqlalchemy==1.1.13
# homeassistant.components.statsd
statsd==3.2.1
# homeassistant.components.camera.uvc
uvcclient==0.10.0
# homeassistant.components.sensor.yahoo_finance
yahoo-finance==1.4.0