Files
hackathon/pyproject.toml
Artem Tsyrulnikov 477ddb8bf9 init
2026-04-06 19:27:27 +03:00

18 lines
393 B
TOML

[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",
]