File size: 900 Bytes
97e654c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
94ecb74
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
# 🎓 CourseCrafter AI Dependencies
# Core framework and UI
gradio>=4.0.0
streamlit>=1.28.0

# LLM Providers
openai>=1.0.0
anthropic>=0.20.0
google-generativeai>=0.3.0

# MCP Integration
mcp>=1.0.0

# Content Processing
markdown>=3.5.0
beautifulsoup4>=4.12.0
requests>=2.31.0
aiohttp>=3.8.0
duckduckgo-search>=6.0.0
crawl4ai>=0.3.0
aiofiles>=24.1.0

# PDF Generation
reportlab>=4.0.0
weasyprint>=60.0

# Image Processing
pillow>=10.0.0
matplotlib>=3.7.0

# Data Handling
pandas>=2.0.0
numpy>=1.24.0
pydantic>=2.0.0

# Async Support
asyncio>=3.4.3
asyncio-throttle>=1.0.2

# Environment & Config
python-dotenv>=1.0.0
pyyaml>=6.0

# Utilities
uuid>=1.30
python-dateutil>=2.8.0
tqdm>=4.65.0
psutil>=6.1.1

# Development & Testing
pytest>=7.4.0
pytest-asyncio>=0.21.0
black>=23.0.0
flake8>=6.0.0

# Cloud Integration (optional)
google-auth>=2.22.0
google-auth-oauthlib>=1.0.0
google-auth-httplib2>=0.1.0