Initial commit

This commit is contained in:
belviskhoremk
2026-03-06 22:57:58 +00:00
commit c4d836a0f9
60 changed files with 5423 additions and 0 deletions

18
pyproject.toml Normal file
View File

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