Files
jarvis/requirements.txt

37 lines
1.2 KiB
Plaintext
Raw Permalink Normal View History

2026-03-24 00:11:34 -05:00
# ─── Core ─────────────────────────────────────────
fastapi
uvicorn[standard]
websockets
python-dotenv
# ─── AI / Voice ───────────────────────────────────
anthropic
openai-whisper
SpeechRecognition
pyaudio
# NOTE: On Windows, if pyaudio fails:
# pip install pipwin && pipwin install pyaudio
# ─── Fish Audio TTS ───────────────────────────────
fish-audio-sdk
# ─── Google Workspace ─────────────────────────────
google-api-python-client
google-auth-httplib2
google-auth-oauthlib
gkeepapi
# ─── Windows Screen / Automation ─────────────────
mss
pyautogui
Pillow
pywin32
# ─── Browser Automation ───────────────────────────
selenium
# Selenium 4+ auto-downloads ChromeDriver — no manual install needed
# ─── Utilities ────────────────────────────────────
aiofiles
httpx