mirror of
http://88.130.71.182:3000/BlitTech/deals24togo_be.git
synced 2026-06-12 23:33:21 +00:00
19 lines
409 B
TOML
19 lines
409 B
TOML
[project]
|
|
name = "deals24togo-be"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"fastapi>=0.129.0",
|
|
"gotrue>=2.12.4",
|
|
"passlib>=1.7.4",
|
|
"pillow>=12.1.1",
|
|
"pydantic-settings>=2.13.1",
|
|
"python-jose>=3.5.0",
|
|
"sentry-sdk>=2.53.0",
|
|
"slowapi>=0.1.9",
|
|
"structlog>=25.5.0",
|
|
"supabase>=2.28.0",
|
|
"uvicorn>=0.41.0",
|
|
]
|