add fastapi and update macos-py3.10-requirements.txt

This commit is contained in:
Aleix Conchillo Flaqué
2024-06-21 13:16:47 -07:00
parent 6625895d1f
commit 18243de358
2 changed files with 58 additions and 5 deletions

View File

@@ -50,7 +50,7 @@ openai = [ "openai~=1.26.0" ]
openpipe = [ "openpipe~=4.14.0" ]
playht = [ "pyht~=0.0.28" ]
silero = [ "torch~=2.3.0", "torchaudio~=2.3.0" ]
websocket = [ "websockets~=12.0" ]
websocket = [ "websockets~=12.0", "fastapi~=0.111.0" ]
whisper = [ "faster-whisper~=1.0.2" ]
[tool.setuptools.packages.find]