setup basic project with Python Robyn
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 5s

This commit is contained in:
2026-08-02 17:39:41 +02:00
parent 9d01925097
commit 8eecd47399
11 changed files with 900 additions and 45 deletions
+16 -1
View File
@@ -3,5 +3,20 @@ 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 = []
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"