22 lines
531 B
TOML
22 lines
531 B
TOML
[project]
|
|
name = "sibu-backend"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"alembic>=1.17.2",
|
|
"asyncpg>=0.31.0",
|
|
"bcrypt>=5.0.0",
|
|
"fastapi[standard]>=0.123.0",
|
|
"firebase-admin>=7.1.0",
|
|
"passlib>=1.7.4",
|
|
"psycopg2-binary>=2.9.11",
|
|
"pydantic-settings[dotenv]>=2.12.0",
|
|
"python-dotenv>=1.2.1",
|
|
"python-jose[cryptography]>=3.5.0",
|
|
"python-multipart>=0.0.20",
|
|
"ruff>=0.14.10",
|
|
"sqlmodel>=0.0.27",
|
|
"supabase>=2.24.0",
|
|
]
|