Files
kontor/kontor-model/pyproject.toml
Thomas Peetz d80aefe6b2
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 5s
add publishing of kontor-model
2026-08-26 18:33:35 +02:00

30 lines
680 B
TOML

[project]
name = "kontor_model"
version = "0.4.0"
description = "Kontor Model"
readme = "README.md"
authors = [
{ name = "Thomas Peetz", email = "thomas.peetz@cimt-ag.de" }
]
requires-python = ">=3.13"
dependencies = [
"sqlalchemy>=2.0.52",
"msgspec[toml,yaml]>=0.21.1",
"pydantic[email]>=2.13.4",
]
[build-system]
requires = ["uv_build>=0.9.27,<0.10.0"]
build-backend = "uv_build"
[[tool.uv.index]]
name = "nexus"
url = "https://nexus.thpeetz.de/repository/pypi-group/simple"
publish-url = "https://nexus.thpeetz.de/repository/pypi-internal/"
default = true
[[tool.uv.index]]
name = "nexus-proxy"
url = "https://nexus.thpeetz.de/repository/pypi-proxy/simple"