This commit is contained in:
Artem Tsyrulnikov
2026-04-06 19:27:27 +03:00
commit 477ddb8bf9
38 changed files with 1916 additions and 0 deletions

17
pyproject.toml Normal file
View File

@@ -0,0 +1,17 @@
[project]
name = "hackathon"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"alembic>=1.18.4",
"fastapi>=0.135.3",
"passlib[bcrypt]>=1.7.4",
"psycopg2-binary>=2.9.11",
"pydantic-settings>=2.13.1",
"pyjwt>=2.12.1",
"python-dotenv>=1.2.2",
"sqlmodel>=0.0.38",
"uvicorn>=0.44.0",
]