IDAgentsFreshTest / requirements.txt
IDAgents Developer
Troubleshoot: Add simplified test app and fix Gradio version mismatch
1a01a01
raw
history blame
494 Bytes
# ID Agents Production Requirements
# Updated: 2025-08-27
# Python 3.12.7
# Core Framework - aligned with HF Spaces
gradio==4.20.0
# Core AI/ML
openai>=1.3.0
# Data Processing
pandas>=2.0.0
numpy>=1.24.0
# Document Processing
pdfplumber
python-docx
# Web Requests & Search
requests>=2.31.0
duckduckgo-search>=4.0.0
# Configuration
python-dotenv>=1.0.0
# Authentication & Security
bcrypt>=4.0.0
# Logging
structlog>=23.0.0
# Template Processing
jinja2
# System utilities
psutil>=5.9.0