Add types-caldav dependency (#98265)

This commit is contained in:
Marc Mueller 2023-08-13 18:58:55 +02:00 committed by GitHub
parent ee3af29701
commit e25fdebda1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -87,6 +87,7 @@ def setup_platform(
calendars = client.principal().calendars() calendars = client.principal().calendars()
calendar_devices = [] calendar_devices = []
device_id: str | None
for calendar in list(calendars): for calendar in list(calendars):
# If a calendar name was given in the configuration, # If a calendar name was given in the configuration,
# ignore all the others # ignore all the others

View File

@ -36,6 +36,7 @@ tqdm==4.65.0
types-atomicwrites==1.4.5.1 types-atomicwrites==1.4.5.1
types-croniter==1.0.6 types-croniter==1.0.6
types-backports==0.1.3 types-backports==0.1.3
types-caldav==1.2.0.2
types-chardet==0.1.5 types-chardet==0.1.5
types-decorator==5.1.8.3 types-decorator==5.1.8.3
types-enum34==1.1.8 types-enum34==1.1.8