This commit is contained in:
austnv
2026-06-13 22:54:33 +03:00
commit 96c453f308
9 changed files with 999 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
[project]
name = "uvpn-backend"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"bs4>=0.0.2",
"fastapi[standard]>=0.136.3",
"httpx>=0.28.1",
"uvicorn>=0.49.0",
]