update poetry configuration

This commit is contained in:
2025-06-02 17:57:11 +02:00
parent ac2c136ac4
commit 065b0e247e
2 changed files with 1506 additions and 2 deletions

1501
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -11,7 +11,12 @@ dependencies = [
"numpy (>=2.2.6,<3.0.0)",
"sounddevice (>=0.5.2,<0.6.0)",
"soundfile (>=0.13.1,<0.14.0)",
"azure-cognitiveservices-speech (>=1.44.0,<2.0.0)"
"azure-cognitiveservices-speech (>=1.44.0,<2.0.0)",
"fastapi (>=0.115.12,<0.116.0)",
"aiortc (>=1.13.0,<2.0.0)",
"streamlit (>=1.45.1,<2.0.0)",
"streamlit-webrtc (>=0.62.4,<0.63.0)",
"uvicorn (>=0.34.3,<0.35.0)"
]