Add Translation service requirements.txt
This commit is contained in:
18
services/translator/requirements.txt
Normal file
18
services/translator/requirements.txt
Normal file
@ -0,0 +1,18 @@
|
||||
fastapi==0.104.1
|
||||
uvicorn[standard]==0.24.0
|
||||
transformers==4.35.2
|
||||
torch==2.1.0
|
||||
sentencepiece==0.1.99
|
||||
protobuf==4.25.1
|
||||
redis==5.0.1
|
||||
psycopg2-binary==2.9.9
|
||||
google-cloud-translate==3.12.1
|
||||
googletrans==4.0.0rc1
|
||||
deep-translator==1.11.4
|
||||
langdetect==1.0.9
|
||||
pydantic==2.5.0
|
||||
structlog==23.2.0
|
||||
python-dotenv==1.0.0
|
||||
aiofiles==23.2.1
|
||||
httpx==0.25.2
|
||||
cachetools==5.3.2
|
Reference in New Issue
Block a user