init commit

This commit is contained in:
2025-07-14 18:32:55 +03:00
commit e54e57ca3d
25 changed files with 981 additions and 0 deletions

View File

@ -0,0 +1,20 @@
[project]
name = "sclient-server-main"
version = "0.1.0"
description = ""
authors = [
{name = "SaddyDEAD",email = "saddydead@sonoma.su"}
]
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"fastapi (>=0.115.14,<0.116.0)",
"asyncpg (>=0.30.0,<0.31.0)",
"uvicorn (>=0.35.0,<0.36.0)",
"fastapi-users[sqlalchemy] (>=14.0.1,<15.0.0)"
]
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"