mirror of
http://88.130.71.182:3000/BlitTech/contexta_be.git
synced 2026-06-12 23:23:21 +00:00
32 lines
776 B
TOML
32 lines
776 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",
|
|
"beautifulsoup4>=4.12.0",
|
|
"playwright>=1.40.0",
|
|
"httpx>=0.27.0",
|
|
"anthropic>=0.40.0",
|
|
"google-generativeai>=0.8.0",
|
|
"python-docx>=1.1.0",
|
|
"pypdf>=4.0.0",
|
|
"openpyxl>=3.1.0",
|
|
"pandas>=2.2.0",
|
|
"python-multipart>=0.0.9",
|
|
"pydantic-settings>=2.0.0",
|
|
"python-json-logger>=2.0.0",
|
|
"prometheus-fastapi-instrumentator>=6.0.0",
|
|
"pytest>=8.0.0",
|
|
"pytest-asyncio>=0.23.0",
|
|
]
|