Files
gatekeeper/pyproject.toml

19 lines
415 B
TOML

[project]
name = "gatekeeper"
version = "0.1.0"
description = "Add your description here"
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"]