20 lines
370 B
Plaintext
20 lines
370 B
Plaintext
# Minimal requirements for Phase 1 MVP
|
|
# UI / tray choices are optional at this stage - keep core deps minimal
|
|
|
|
# For local whisper (optional when implemented)
|
|
# faster-whisper
|
|
|
|
# For audio capture (choose one)
|
|
# sounddevice
|
|
# pyaudio
|
|
|
|
# OpenAI API client
|
|
openai>=0.27.0
|
|
|
|
# Optional: a GUI toolkit for Phase 2
|
|
# PySide6
|
|
|
|
# For packaging and utilities
|
|
rich
|
|
python-dotenv
|