Initial commit: SIBU 2.0 MISSION

This commit is contained in:
2026-02-21 09:53:31 -05:00
commit 0c7aa53c8b
400 changed files with 67708 additions and 0 deletions

20
backend/pyproject.toml Normal file
View File

@ -0,0 +1,20 @@
[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",
"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",
]