-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
60 lines (50 loc) · 1.05 KB
/
Copy pathrequirements.txt
File metadata and controls
60 lines (50 loc) · 1.05 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
55
56
57
58
59
60
# Web Framework
fastapi==0.115.0
uvicorn[standard]==0.32.0
pydantic==2.9.2
pydantic-settings==2.5.2
python-multipart==0.0.12
# Database & ORM
sqlalchemy==2.0.35
alembic==1.13.3
psycopg2-binary==2.9.9
asyncpg==0.30.0
aiosqlite==0.20.0
# Document Processing
pypdf2==3.0.1
pdfplumber==0.11.4
python-pptx==1.0.2
python-docx==1.1.2
pytesseract==0.3.13
pdf2image==1.17.0
pillow==10.4.0
unstructured==0.16.8
# AI/ML (free/open-source friendly)
chromadb==0.5.11
sentence-transformers==3.2.0
# Workflow Orchestration
prefect==3.1.7
celery[redis]==5.4.0
redis==5.1.1
# Data Processing
pandas==2.2.3; python_version >= "3.10"
pandas==2.0.3; python_version < "3.10"
numpy==1.26.4
openpyxl==3.1.5
# Utilities
python-dotenv==1.0.1
httpx==0.27.2
pyyaml==6.0.2
# Authentication & Security
python-jose[cryptography]==3.3.0
passlib[bcrypt]==1.7.4
# Testing
pytest==8.3.3
pytest-asyncio==0.24.0
pytest-cov==6.0.0
# Monitoring
loguru==0.7.2
sentry-sdk==2.18.0
prometheus-client==0.21.0
# Backport for Python <3.10 tooling environments
eval_type_backport==0.2.0; python_version < "3.10"