# Shadow Mode Dependencies for Icarus # Complete dependency list for shadow mode deployment # HTTP client for Telegram API and Ollama httpx>=0.27.0 # YAML parsing for family context PyYAML>=6.0 # Note: No additional packages required - uses Python standard library: # - sqlite3 (database) # - json (JSON handling) # - re (regex) # - csv (CSV export) # - argparse (CLI) # - asyncio (async operations) # - logging (logging) # - dataclasses (data structures) # - datetime (date/time) # - pathlib (path handling) # - typing (type hints)