# Requirements for tests, code style and other build stuff reside in
# requirements-build.txt

# These are needed to run this app
fastapi-cors>=0.0.6
fastapi>=0.115.8
aiofiles>=24.1.0
graphviz==0.20.3
leaf-common>=1.2.32
nbformat>=5.10.4
pydantic>=2.9.2
pyhocon>=0.3.61
python-dotenv==1.0.1
rich>=14.2.0
uvicorn>=0.34.0
websockets>=14.2
wsproto>=1.2.0
Werkzeug==3.1.3

# These packages are needed for text-2-speech and speech-2-text
# pydub relies on ffmpeg
# On Mac:
#     brew install ffmpeg
gTTS==2.5.4
pydub==0.25.1
python-multipart==0.0.20
SpeechRecognition==3.14.3
