Use vobject stubs in caldav (#5749)

This commit is contained in:
Sebastian Rittau
2021-07-09 16:57:16 +03:00
committed by GitHub
parent 5e23e2c19a
commit 8d12d6f468
2 changed files with 6 additions and 5 deletions
+2 -2
View File
@@ -1,3 +1,3 @@
version = "0.8"
# also types-lxml, types-vobject, and types-icalendar when those stubs are added
requires = ["types-requests"]
# also types-lxml and types-icalendar when those stubs are added
requires = ["types-requests", "types-vobject"]