This commit is contained in:
Tour
2025-12-04 14:49:58 +01:00
commit 79e14be37a
22 changed files with 2765 additions and 0 deletions

10
requirements.txt Normal file
View File

@@ -0,0 +1,10 @@
# Scaev Scraper Requirements
# Python 3.10+ required
# Core dependencies
playwright>=1.40.0
aiohttp>=3.9.0 # Optional: only needed if DOWNLOAD_IMAGES=True
# Development/Testing
pytest>=7.4.0 # Optional: for testing
pytest-asyncio>=0.21.0 # Optional: for async tests