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:
parent
3bf21a9121
commit
0c8eb3d04d
1 changed files with 0 additions and 1 deletions
|
@ -28,7 +28,6 @@ from radicale.log import logger
|
||||||
_T_co = TypeVar("_T_co", covariant=True)
|
_T_co = TypeVar("_T_co", covariant=True)
|
||||||
|
|
||||||
RADICALE_MODULES: Sequence[str] = ("radicale", "vobject", "passlib", "defusedxml",
|
RADICALE_MODULES: Sequence[str] = ("radicale", "vobject", "passlib", "defusedxml",
|
||||||
"dateutil",
|
|
||||||
"bcrypt",
|
"bcrypt",
|
||||||
"pika",
|
"pika",
|
||||||
"ldap",
|
"ldap",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue