Make it FastAPI app
Some checks failed
ci/woodpecker/tag/test Pipeline failed
ci/woodpecker/tag/build unknown status

This commit is contained in:
phil 2025-06-27 00:48:49 +02:00
parent a017fd28a9
commit eb1d04dbc3
5 changed files with 136 additions and 6 deletions

View file

@ -4,7 +4,9 @@ dynamic = ["version"]
description = "Sandbox for Woodpecker CI"
readme = "README.md"
requires-python = ">=3.13"
dependencies = []
dependencies = [
"fastapi>=0.115.14",
]
[project.scripts]
foo = "test_woodpecker.main:main"