1
0
Fork 0
This commit is contained in:
Arthur K. 2026-05-04 23:12:53 +03:00
commit 343169a973
Signed by: wzray
GPG key ID: B97F30FDC4636357
8 changed files with 1783 additions and 0 deletions

12
pyproject.toml Normal file
View file

@ -0,0 +1,12 @@
[project]
name = "tg-proxy"
version = "0.1.0"
requires-python = ">=3.11"
dependencies = [
"fastapi",
"kurigram",
"uvicorn",
]
[tool.uv]
package = false