Initial commit: SIBU 2.0 MISSION
This commit is contained in:
20
backend/pyproject.toml
Normal file
20
backend/pyproject.toml
Normal 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",
|
||||
]
|
||||
Reference in New Issue
Block a user