19 lines
413 B
TOML
19 lines
413 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",
|
|
"sqlmodel>=0.0.38",
|
|
"poetry>=2.3.4",
|
|
"python-desfire",
|
|
]
|
|
|
|
[tool.uv.sources]
|
|
python-desfire = { git = "https://github.com/waza-ari/python-desfire" }
|
|
|
|
[tool.uv.extra-build-dependencies]
|
|
python-desfire = ["poetry"]
|