# 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
graphviz==0.20.3
jupyterlab==4.4.0
pyhocon>=0.3.61
uvicorn>=0.34.0
websockets>=14.2
wsproto>=1.2.0
nbformat>=5.10.4
pydantic>=2.9.2
python-dotenv==1.0.1

# 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
SpeechRecognition==3.14.3
pydub==0.25.1
python-multipart==0.0.20
