File size: 807 Bytes
478dec6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
e22b3b4
478dec6
 
 
 
 
 
 
 
 
 
 
 
 
f3bdba1
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[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",
]