mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
New DTLSSocket version that fixes Cython dependency for Trådfri (#10123)
This commit is contained in:
parent
afe88dfa0f
commit
9df7302603
@ -17,7 +17,7 @@ from homeassistant.const import CONF_HOST, CONF_API_KEY
|
|||||||
from homeassistant.components.discovery import SERVICE_IKEA_TRADFRI
|
from homeassistant.components.discovery import SERVICE_IKEA_TRADFRI
|
||||||
|
|
||||||
REQUIREMENTS = ['pytradfri==3.0.2',
|
REQUIREMENTS = ['pytradfri==3.0.2',
|
||||||
'DTLSSocket==0.1.3',
|
'DTLSSocket==0.1.4',
|
||||||
'https://github.com/chrysn/aiocoap/archive/'
|
'https://github.com/chrysn/aiocoap/archive/'
|
||||||
'3286f48f0b949901c8b5c04c0719dc54ab63d431.zip'
|
'3286f48f0b949901c8b5c04c0719dc54ab63d431.zip'
|
||||||
'#aiocoap==0.3']
|
'#aiocoap==0.3']
|
||||||
|
@ -19,7 +19,7 @@ certifi>=2017.4.17
|
|||||||
# Adafruit_BBIO==1.0.0
|
# Adafruit_BBIO==1.0.0
|
||||||
|
|
||||||
# homeassistant.components.tradfri
|
# homeassistant.components.tradfri
|
||||||
# DTLSSocket==0.1.3
|
# DTLSSocket==0.1.4
|
||||||
|
|
||||||
# homeassistant.components.doorbird
|
# homeassistant.components.doorbird
|
||||||
DoorBirdPy==0.0.4
|
DoorBirdPy==0.0.4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user