Files
tpeetz 8eecd47399
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 5s
setup basic project with Python Robyn
2026-08-02 17:39:41 +02:00

23 lines
478 B
TOML

[project]
name = "kontor-robyn"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
authors = [
{ name = "Thomas Peetz", email = "thomas.peetz@thpeetz.de" }
]
requires-python = ">=3.13"
dependencies = [
"asyncpg>=0.31.0",
"msgspec[toml,yaml]>=0.21.1",
"robyn[all]>=0.88.0",
"sqlalchemy>=2.0.51",
]
[project.scripts]
kontor = "kontor_robyn:main"
[build-system]
requires = ["uv_build>=0.12.1,<0.13.0"]
build-backend = "uv_build"