2025-03-15 07:46:51 +00:00
|
|
|
[project]
|
2025-03-22 09:20:15 +00:00
|
|
|
name = "backend"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
description = "XTablo API"
|
2025-03-15 07:46:51 +00:00
|
|
|
readme = "README.md"
|
2025-03-22 09:20:15 +00:00
|
|
|
requires-python = ">=3.12"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"fastapi[standard]>=0.115.11",
|
2025-03-23 09:57:30 +00:00
|
|
|
"pydantic-settings>=2.8.1",
|
|
|
|
|
"python-jose>=3.4.0",
|
2025-03-22 09:20:15 +00:00
|
|
|
"supabase>=2.13.0",
|
2025-03-15 07:46:51 +00:00
|
|
|
]
|