mirror of
http://88.130.71.182:3000/BlitTech/contexta_be.git
synced 2026-06-12 23:23:21 +00:00
17 lines
355 B
TOML
17 lines
355 B
TOML
[project]
|
|
name = "contexta-be"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"fastapi>=0.131.0",
|
|
"generativeai>=0.0.1",
|
|
"openai>=2.21.0",
|
|
"qdrant-client>=1.17.0",
|
|
"sentry-sdk>=2.53.0",
|
|
"spglib>=2.7.0",
|
|
"stripe>=14.3.0",
|
|
"supabase>=2.28.0",
|
|
"uvicorn>=0.41.0",
|
|
]
|