Files
kontor/kontor-blacksheep/pyproject.toml
T
Thomas Peetz 37e094e390
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s
add kontor-blacksheep and kontor-piccolo as blueprints for new app
2026-06-03 15:59:59 +02:00

10 lines
197 B
TOML

[project]
name = "kontor-blacksheep"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"piccolo[postgres]>=1.34.0",
]