Add auth deps

This commit is contained in:
2026-05-08 12:18:56 +02:00
parent 2a211c2cf0
commit 6243618abb
2 changed files with 107 additions and 0 deletions

View File

@@ -9,6 +9,9 @@ dependencies = [
"sqlmodel>=0.0.38",
"poetry>=2.3.4",
"python-desfire",
"paho-mqtt>=2.1.0",
"pyjwt[crypto]>=2.12.1",
"pwdlib[argon2]>=0.3.0",
]
[tool.uv.sources]