Add types-caldav dependency (#98265)
This commit is contained in:
parent
ee3af29701
commit
e25fdebda1
2 changed files with 2 additions and 0 deletions
|
@ -87,6 +87,7 @@ def setup_platform(
|
|||
calendars = client.principal().calendars()
|
||||
|
||||
calendar_devices = []
|
||||
device_id: str | None
|
||||
for calendar in list(calendars):
|
||||
# If a calendar name was given in the configuration,
|
||||
# ignore all the others
|
||||
|
|
|
@ -36,6 +36,7 @@ tqdm==4.65.0
|
|||
types-atomicwrites==1.4.5.1
|
||||
types-croniter==1.0.6
|
||||
types-backports==0.1.3
|
||||
types-caldav==1.2.0.2
|
||||
types-chardet==0.1.5
|
||||
types-decorator==5.1.8.3
|
||||
types-enum34==1.1.8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue