1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-26 16:45:52 +00:00

Remove obsolete dateutil reference

The dependency was removed, see https://github.com/Kozea/Radicale/issues/1626
This commit is contained in:
Jakub Klinkovský 2025-04-26 12:47:50 +02:00
parent 3bf21a9121
commit 0c8eb3d04d

View file

@ -28,7 +28,6 @@ from radicale.log import logger
_T_co = TypeVar("_T_co", covariant=True)
RADICALE_MODULES: Sequence[str] = ("radicale", "vobject", "passlib", "defusedxml",
"dateutil",
"bcrypt",
"pika",
"ldap",