first commit

This commit is contained in:
Sergey Antropoff
2026-04-04 05:15:54 +03:00
commit ae961ef5fe
25 changed files with 2022 additions and 0 deletions

9
requirements.txt Normal file
View File

@@ -0,0 +1,9 @@
# Зависимости веб-интерфейса (FastAPI) в образе kind-k8s-tools.
# Установка: см. Dockerfile (pip install --break-system-packages).
#
# Автор: Сергей Антропов — https://devops.org.ru
fastapi>=0.115.0
uvicorn[standard]>=0.32.0
jinja2>=3.1.4
pydantic-settings>=2.6.0