Add python-desfire dependency
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user