-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrequirements-compatible.txt
More file actions
48 lines (40 loc) · 878 Bytes
/
Copy pathrequirements-compatible.txt
File metadata and controls
48 lines (40 loc) · 878 Bytes
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
# COMPATIBLE REQUIREMENTS - Tested for Python 3.13.4
# This file uses compatible versions that work together
# Core Flask dependencies
Flask==2.3.3
Flask-CORS==4.0.0
Flask-SocketIO==5.3.6
gunicorn==21.2.0
# Database
pymongo==3.12.3
flask-pymongo==2.3.0
supabase==2.3.0
# PDF Processing - Alternatives to PyMuPDF
pypdf==4.0.1
pdfplumber==0.10.3
PyPDF2==3.0.1
reportlab==4.0.7
# AI/ML dependencies - Compatible versions
openai==1.0.0
anthropic==0.34.2
langchain==0.2.16
langgraph==0.2.16
chromadb==0.4.24
pydantic>=2.7.4,<3.0.0
# 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
python-multipart==0.0.6
psutil==5.9.6
# Development
pytest==7.4.2
pytest-cov==4.1.0
# Additional dependencies that might be needed
Werkzeug>=2.3.7
Jinja2>=3.1.2
itsdangerous>=2.1.2
click>=8.1.3
blinker>=1.6.2