Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions homeassistant/components/camera/onvif.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@

REQUIREMENTS = ['onvif-py3==0.1.3',
'suds-py3==1.3.3.0',
'https://github.com/tgaugry/suds-passworddigest-py3'
'/archive/86fc50e39b4d2b8997481967d6a7fe1c57118999.zip'
'#suds-passworddigest-py3==0.1.2a']
'suds-passworddigest-homeassistant==0.1.2a0.dev0']
DEPENDENCIES = ['ffmpeg']
DEFAULT_NAME = 'ONVIF Camera'
DEFAULT_PORT = 5000
Expand Down
6 changes: 3 additions & 3 deletions requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -423,9 +423,6 @@ home-assistant-frontend==20180701.0
# homeassistant.components.homematicip_cloud
homematicip==0.9.4

# homeassistant.components.camera.onvif
https://github.com/tgaugry/suds-passworddigest-py3/archive/86fc50e39b4d2b8997481967d6a7fe1c57118999.zip#suds-passworddigest-py3==0.1.2a

# homeassistant.components.remember_the_milk
httplib2==0.10.3

Expand Down Expand Up @@ -1291,6 +1288,9 @@ statsd==3.2.1
# homeassistant.components.sensor.steam_online
steamodd==4.21

# homeassistant.components.camera.onvif
suds-passworddigest-homeassistant==0.1.2a0.dev0

# homeassistant.components.camera.onvif
suds-py3==1.3.3.0

Expand Down