# RSS feed parsing feedparser # HTTP requests and web scraping requests beautifulsoup4 lxml cloudscraper # Date and time (built-in, no need to install) # datetime, time # Audio processing pydub audioop-lts # AI summarization (OpenAI API) openai # MP3 metadata/duration mutagen # Environment variable handling (used for API keys) python-dotenv # AWS S3 upload for publishing feed boto3 # (Optional) Git automation (used if you push via subprocess) # Git should be installed in container but no pip package needed unless you want GitPython