add note about dependency adjustments

This commit is contained in:
Peter Bieringer
2026-01-19 07:40:36 +01:00
parent d553756238
commit 4fb16727f0
2 changed files with 2 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ classifiers = [
]
urls = {Homepage = "https://radicale.org/"}
requires-python = ">=3.9.0"
# Hint: if bcyrpt < 5.0.0 is used, passlib(libpass) dependency can be downgraded/reverted by: sed -i 's|libpass[^"]*|passlib|' pyproject.toml
dependencies = [
"defusedxml",
"libpass>=1.9.3",