setup basic project with Python Robyn
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 5s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 5s
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user