Make it FastAPI app
This commit is contained in:
parent
a017fd28a9
commit
eb1d04dbc3
5 changed files with 136 additions and 6 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue