Add python-desfire dependency

This commit is contained in:
2026-04-16 12:51:42 +02:00
parent 083e3f6967
commit 000922a7a6
2 changed files with 734 additions and 0 deletions

View File

@@ -6,5 +6,13 @@ readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"fastapi[standard]>=0.135.3",
"poetry>=2.3.4",
"python-desfire",
"sqlalchemy>=2.0.49",
]
[tool.uv.sources]
python-desfire = { git = "https://github.com/waza-ari/python-desfire" }
[tool.uv.extra-build-dependencies]
python-desfire = ["poetry"]