14 lines
319 B
TOML
14 lines
319 B
TOML
[project]
|
|
name = "semapform-api"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"bibapi[catalogue]>=0.0.5",
|
|
"fastapi>=0.122.0",
|
|
]
|
|
[[tool.uv.index]]
|
|
name = "gitea"
|
|
url = "https://git.theprivateserver.de/api/packages/PHB/pypi/simple/"
|