-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
46 lines (34 loc) · 1.01 KB
/
Copy pathrequirements.txt
File metadata and controls
46 lines (34 loc) · 1.01 KB
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
38
39
40
41
42
43
44
45
46
# LangGraph orchestration
langgraph>=0.2.0,<1.0.0
langgraph-checkpoint-sqlite>=2.0.0,<3.0.0
# LangChain (required for LangGraph and LangFuse callback integration)
langchain>=0.3.0,<1.0.0
langchain-openai>=0.2.0,<1.0.0
# PDF processing
pdfplumber>=0.11.0,<1.0.0
# OCR for scanned PDFs
python-doctr[torch]>=0.10.0,<1.0.0
# PDF report generation
reportlab>=4.2.0,<5.0.0
# Image processing (optional, for generating test scanned PDFs)
Pillow>=10.0.0,<12.0.0
# LLM observability (callback handler for LangGraph tracing)
langfuse[langchain]>=2.50.0,<3.0.0
# Web UI
streamlit>=1.30.0,<2.0.0
streamlit-authenticator>=0.3.0,<1.0.0
# RAG / Vector Store
chromadb>=0.4.24,<0.5.0
langchain-chroma>=0.1.0,<1.0.0
langchain-huggingface>=0.1.0,<1.0.0
sentence-transformers>=3.0.0
# Python 3.13 compatibility - pin versions with pre-built wheels
scipy>=1.14.0
shapely>=2.0.6
# HTTP client for external APIs
httpx>=0.27.0,<1.0.0
# Email sending
maileroo>=1.0.0
# Configuration and data models
python-dotenv>=1.0.0,<2.0.0
pydantic>=2.0.0,<3.0.0