File size: 444 Bytes
fdfe789
 
 
5e0ae28
 
fdfe789
 
 
5e0ae28
 
 
fdfe789
 
 
 
 
5e0ae28
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Core Dependencies - Fixed for Hugging Face Spaces
gradio==5.6.0
groq>=0.11.0
python-dotenv>=1.0.0

# Hugging Face Hub - Pin to avoid HfFolder import error
huggingface_hub>=0.26.0,<1.0.0

# PDF Export (Optional but recommended)
reportlab>=4.0.0

# Additional utilities
markdown>=3.5.0
cachetools>=5.3.0

# Development Dependencies (these won't be installed on HF Spaces)
pytest>=7.4.0
pytest-cov>=4.1.0
black>=23.0.0
flake8>=6.0.0
mypy>=1.5.0