[Blog] Preparing
All checks were successful
ci/woodpecker/push/test_pipeline Pipeline was successful

[+] Fastapi app init
[+] Test ci pipeline
This commit is contained in:
2026-04-19 10:58:53 +03:00
parent ef797bc85b
commit ba45f40a9b
4 changed files with 34 additions and 3 deletions

View File

@@ -4,4 +4,7 @@ version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = []
dependencies = [
"fastapi[standart]>=0.136.0",
"uvicorn>=0.44.0",
]