-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrequirements.txt
More file actions
54 lines (47 loc) · 1.02 KB
/
requirements.txt
File metadata and controls
54 lines (47 loc) · 1.02 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
47
48
49
50
51
52
53
54
# Core Flask dependencies
Flask==2.3.3
Flask-CORS==4.0.0
Flask-SocketIO==5.3.6
Flask-SQLAlchemy==3.0.5
Flask-Mail==0.9.1
Flask-Migrate==4.0.5
Flask-JWT-Extended==4.5.3
Flask-Limiter==3.5.0
gunicorn==21.2.0
# Database
pymongo==3.12.3
flask-pymongo==2.3.0
supabase==2.3.0
redis==5.0.1
psycopg2-binary==2.9.9
# PDF processing - Skip PyMuPDF in deployment environments
# Use alternatives that don't require compilation
pypdf==4.0.1
pdfplumber==0.10.3
PyPDF2==3.0.1
reportlab==4.0.7
# Data processing - Python 3.13 compatible
pandas>=2.2.0,<3.0.0
numpy>=1.26.0,<2.0.0
requests==2.31.0
# Utilities
python-dotenv==1.0.0
psutil==5.9.6
# Legal AI dependencies - Compatible versions
langgraph==0.2.16
langchain==0.2.16
chromadb==0.4.24
anthropic==0.34.2
openai==1.0.0
pydantic>=2.7.4,<3.0.0
# Saul Legal AI Model dependencies
transformers>=4.44.0,<5.0.0
torch>=2.0.0,<3.0.0
accelerate>=0.30.0,<1.0.0
safetensors>=0.4.0,<1.0.0
# Additional dependencies for production
Werkzeug>=2.3.7
Jinja2>=3.1.2
itsdangerous>=2.1.2
click>=8.1.3
blinker>=1.6.2