add kontor-blacksheep and kontor-piccolo as blueprints for new app
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s

This commit is contained in:
Thomas Peetz
2026-06-03 15:59:59 +02:00
parent b039ae97a9
commit 37e094e390
28 changed files with 1852 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
[project]
name = "kontor-piccolo"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"fastapi>=0.136.3",
"piccolo-admin>=1.13.0",
"piccolo[all]>=1.34.0",
"uvicorn>=0.48.0",
]