Files
backend/pyproject.toml
T
austnv a3c7b5bdd1
Build and Deploy Backend / build-and-deploy (push) Successful in 33s
v0.7.5
2026-06-26 12:55:38 +03:00

21 lines
398 B
TOML

[project]
name = "uvpn-backend"
version = "0.7.5"
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.7.1",
"uvicorn>=0.49.0",
]
[dependency-groups]
dev = [
"fastapi[standard]>=0.136.3",
]