File size: 591 Bytes
4e5febb
 
 
 
 
 
 
049a7e5
4e5febb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
# Web framework
fastapi==0.104.1
uvicorn[standard]==0.24.0
gradio==4.8.0

# Browser automation
playwright==1.40.0
selenium>=4.10
webdriver-manager==4.0.1

# Web scraping and parsing
beautifulsoup4==4.12.2
lxml==4.9.3
requests==2.31.0
aiohttp==3.9.1

# Image processing
Pillow==10.1.0

# Data processing
pandas==2.1.4
numpy==1.25.2

# Async support
asyncio-throttle==1.0.2
aiofiles==23.2.1

# Utilities
python-multipart==0.0.6
python-dotenv==1.0.0
pydantic==2.5.0

# AI/ML for content understanding (optional)
openai==1.3.7
anthropic==0.7.8

# Development
pytest==7.4.3
pytest-asyncio==0.21.1