# Scaev Scraper Requirements # Python 3.10+ required # Core dependencies playwright>=1.40.0 aiohttp>=3.9.0 # Optional: only needed if DOWNLOAD_IMAGES=True # ORM groundwork (gradual adoption) SQLAlchemy>=2.0 # Modern ORM (2.x) — groundwork for PostgreSQL # For PostgreSQL in the near future, install one of: # psycopg[binary]>=3.1 # Recommended # or psycopg2-binary>=2.9 # Development/Testing pytest>=7.4.0 # Optional: for testing pytest-asyncio>=0.21.0 # Optional: for async tests