Frontend basics

This commit is contained in:
Piotr Dec 2025-10-16 23:07:06 +02:00
parent 8565ce19fe
commit e310930d9e
Signed by: stawros
GPG key ID: 74B18A3F0F1E99C0
10 changed files with 607 additions and 58 deletions

View file

@ -7,6 +7,7 @@ requires-python = ">=3.12"
authors = [{ name = "Piotr Dec" }]
dependencies = [
"fastapi>=0.119.0",
"fastapi-utils>=0.8.0",
"uvicorn[standard]>=0.30.0",
"jinja2>=3.1.4",
"pydantic-settings>=2.4.0",