remove unused dateutil references https://github.com/Kozea/Radicale/issues/1626
This commit is contained in:
@@ -38,7 +38,7 @@ from radicale.item import filter as radicale_filter
|
||||
|
||||
INTERNAL_TYPES: Sequence[str] = ("multifilesystem", "multifilesystem_nolock",)
|
||||
|
||||
CACHE_DEPS: Sequence[str] = ("radicale", "vobject", "python-dateutil",)
|
||||
CACHE_DEPS: Sequence[str] = ("radicale", "vobject")
|
||||
CACHE_VERSION: bytes = "".join(
|
||||
"%s=%s;" % (pkg, utils.package_version(pkg))
|
||||
for pkg in CACHE_DEPS).encode()
|
||||
|
||||
Reference in New Issue
Block a user