-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
25 lines (22 loc) · 802 Bytes
/
requirements.txt
File metadata and controls
25 lines (22 loc) · 802 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
# SEC PLATFORM — Python Dependencies
# Install with: pip install -r requirements.txt
flask>=2.3.0
requests>=2.31.0
pyyaml>=6.0
pyjwt>=2.8.0
urllib3>=2.0.0
# Phase 11 enhancements
reportlab>=4.0.0 # PDF generation
pillow>=10.0.0 # Image processing for PDFs
colorama>=0.4.6 # Terminal colors
tqdm>=4.66.0 # Progress bars
aiohttp>=3.9.0 # Async HTTP requests
asyncio>=3.4.3 # Async runtime
jinja2>=3.1.0 # Template engine (for Flask)
python-dateutil>=2.8.0 # Date parsing
# Phase 12: Local AI (no API keys needed)
transformers>=4.30.0 # Hugging Face models
torch>=2.0.0 # PyTorch (CPU version)
sentence-transformers>=2.2.0 # Embeddings
scikit-learn>=1.3.0 # ML utilities
numpy>=1.24.0 # Numerical computing