CandidateExplorer / pyproject.toml
ishaq101's picture
[KM-383] [CEX] [AI] Deployment AI Engine / BE
f3bdba1
raw
history blame contribute delete
807 Bytes
[project]
name = "service.explorer.backend"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"aiohttp>=3.13.2",
"asyncpg>=0.31.0",
"azure-identity>=1.25.1",
"azure-storage-blob>=12.20.0",
"bcrypt==3.2.2",
"dotenv>=0.9.9",
"fastapi[standard]>=0.127.0",
"frontend>=0.0.3",
"langchain>=1.2.0",
"langchain-openai>=1.1.6",
"langfuse>=3.0.0",
"pandas>=2.3.3",
"passlib==1.7.4",
"pdf2image>=1.17.0",
"psycopg2>=2.9.11",
"pymupdf>=1.26.7",
"pypdf>=6.5.0",
"pypdf2>=3.0.1",
"pytesseract>=0.3.13",
"python-jose[cryptography]>=3.5.0",
"pytz>=2025.2",
"sqlalchemy>=2.0.45",
"uvicorn>=0.40.0",
]
[dependency-groups]
dev = [
"streamlit>=1.54.0",
]