headless_browser / requirements.txt
simoncck's picture
Update requirements.txt
049a7e5 verified
# 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