Add FastAPI and relevant dependencies to requirements.txt

This commit is contained in:
Reza Behzadan 2023-12-11 03:57:20 +03:30
parent 502d4ee844
commit d8bc38abff

View File

@ -1,6 +1,10 @@
https://download.pytorch.org/whl/cpu/torch-2.1.1%2Bcpu-cp311-cp311-linux_x86_64.whl#sha256=d83b13cb17544f9851cc31fed197865eae0c0f5d32df9d8d6d8535df7d2e5109
https://download.pytorch.org/whl/cpu/torchaudio-2.1.1%2Bcpu-cp311-cp311-linux_x86_64.whl#sha256=e0eb276958fcbd7c88f5daf761823e36ce5e41332d40f9e01fb49d80d7cc1bb1
fastapi==0.104.1
librosa==0.10.1
python-dotenv==1.0.0
python-multipart==0.0.6
tokenizers>=0.10.1,<0.11
transformers>=4.16.2,<4.17.0
uvicorn==0.24.0.post1