This commit is contained in:
2026-07-28 21:19:40 +02:00
parent 2f13e87774
commit 64ff4205ac
4 changed files with 295 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
[project]
name = "example"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"argon2>=0.1.10",
"bcrypt>=5.0.0",
"radicale>=3.7.7",
]