13 lines
265 B
TOML
13 lines
265 B
TOML
[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",
|
|
]
|