23 lines
478 B
TOML
23 lines
478 B
TOML
[project]
|
|
name = "kontor-robyn"
|
|
version = "0.4.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"
|