Initial commit from agent
This commit is contained in:
36
requirements.txt
Normal file
36
requirements.txt
Normal file
@@ -0,0 +1,36 @@
|
||||
# ─── 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
|
||||
Reference in New Issue
Block a user