Files
blog.pyaqa.ru/pyproject.toml
Sergey Vanyushkin ba45f40a9b
All checks were successful
ci/woodpecker/push/test_pipeline Pipeline was successful
[Blog] Preparing
[+] Fastapi app init
[+] Test ci pipeline
2026-04-19 10:58:53 +03:00

11 lines
208 B
TOML

[project]
name = "blog"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"fastapi[standart]>=0.136.0",
"uvicorn>=0.44.0",
]