init
This commit is contained in:
21
pyproject.toml
Normal file
21
pyproject.toml
Normal file
@@ -0,0 +1,21 @@
|
||||
[project]
|
||||
name = "vyryi-back"
|
||||
version = "0.1.0"
|
||||
description = "Vyryi Telegram Mini App API"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"fastapi==0.115.6",
|
||||
"uvicorn[standard]==0.34.0",
|
||||
"sqlalchemy==2.0.36",
|
||||
"psycopg2-binary==2.9.10",
|
||||
"alembic==1.14.0",
|
||||
"pydantic==2.10.3",
|
||||
"pydantic-settings==2.6.1",
|
||||
"python-jose[cryptography]==3.3.0",
|
||||
"python-multipart==0.0.20",
|
||||
"greenlet==3.1.1",
|
||||
]
|
||||
|
||||
[tool.uv]
|
||||
package = false
|
||||
Reference in New Issue
Block a user