# Core dependencies (pinned with compatible release ~=) instructor~=1.7.0 pydantic~=2.11.0 openai~=1.86.0 anthropic~=0.52.0 elevenlabs~=1.50.0 pydub~=0.25.1 httpx~=0.28.0 rich>=13.7.0,<14.0.0 python-dotenv~=1.1.0 # Web framework fastapi~=0.115.0 uvicorn[standard]~=0.34.0 # Database aiosqlite~=0.21.0 # Browser automation playwright~=1.50.0 # Anti-detect browser (Camoufox - Firefox fork with C++ level fingerprint spoofing) # 0% headless detection rate, much better than Playwright for stealth automation camoufox[geoip]>=0.4.0 # Optional: ChatterBox TTS (free, open source, 23 languages including PT-BR) # These are heavy dependencies (~2-4GB). Install separately if needed: # pip install chatterbox-tts torch torchaudio # ChatterBox will fallback to ElevenLabs if not installed # chatterbox-tts>=0.1.0 # torch>=2.0.0 # torchaudio>=2.0.0 # Video export ffmpeg-python~=0.2.0 # Subtitle generation (word-level timestamps) # Optional: install manually if GPU available for faster processing # stable-ts~=2.17.0