-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
62 lines (48 loc) · 1.22 KB
/
Copy pathrequirements.txt
File metadata and controls
62 lines (48 loc) · 1.22 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
61
62
# ══════════════════════════════════════════════════════════════
# Shadow Credit — Python Dependencies
# Verified compatible with Python 3.11 on Windows and Linux
# ══════════════════════════════════════════════════════════════
# Web framework
fastapi>=0.110.0
uvicorn[standard]>=0.27.1
# Async database
aiosqlite>=0.20.0
# Data validation
pydantic>=2.7.0
pydantic-settings>=2.3.0
# Security and encryption
cryptography>=42.0.5
python-dotenv>=1.0.1
# HTTP client
httpx>=0.27.0
# AI provider
anthropic>=0.21.3
groq>=0.13.0
# Machine learning
xgboost>=2.0.3
shap>=0.45.0
scikit-learn>=1.4.0
scipy>=1.12.0
# Data processing
pandas>=2.2.1
numpy>=1.26.4
# Image processing
Pillow>=10.3.0
opencv-python-headless>=4.9.0
# OCR
paddleocr>=2.7.3
paddlepaddle>=3.0.0
easyocr>=1.7.1
pytesseract>=0.3.13
# PDF generation
reportlab>=4.1.0
qrcode[pil]>=7.4.2
# Rate limiting
slowapi>=0.1.9
# WebSocket
websockets>=12.0
python-multipart>=0.0.9
# Testing
pytest>=8.1.1
pytest-asyncio>=0.23.6
httpx>=0.27.0