Files
backend/pyproject.toml
austnv 895182c211
Build and Deploy Backend / build-and-deploy (push) Successful in 54s
update env
2026-07-03 19:07:07 +03:00

21 lines
399 B
TOML

[project]
name = "uvpn-backend"
version = "0.7.11"
description = "FastAPI backend with Docker for uvpn.shop"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"aiofiles>=25.1.0",
"async-lru>=2.3.0",
"bs4>=0.0.2",
"fastapi>=0.136.3",
"httpx>=0.27.2",
"remnawave>=2.8.0",
"uvicorn>=0.49.0",
]
[dependency-groups]
dev = [
"fastapi[standard]>=0.136.3",
]