Files
encoach_backend/pyproject.toml
2024-12-21 19:27:14 +00:00

41 lines
876 B
TOML

[tool.poetry]
name = "ielts-be"
version = "0.1.0"
description = ""
authors = ["Ecrop Devteam <company@ecrop.dev>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
uvicorn = "^0.30.3"
python-dotenv = "^1.0.1"
aioboto3 = "^13.1.1"
httpx = "^0.27.0"
fastapi = "^0.111.1"
nltk = "3.9.1"
firebase-admin = "^6.5.0"
wonderwords = "^2.2.0"
dependency-injector = "^4.41.0"
openai = "1.50.2"
python-multipart = "0.0.9"
faiss-cpu = "1.8.0.post1"
pypandoc = "1.13"
pdfplumber = "0.11.3"
numpy = "1.26.4"
pillow = "10.4.0"
sentence-transformers = "3.0.1"
openai-whisper = "20240930"
motor = "3.6.0"
shortuuid = "1.0.13"
pandas = "2.2.3"
tiktoken = "0.7.0"
gunicorn = "^23.0.0"
librosa = "^0.10.2.post1"
soundfile = "^0.12.1"
tenacity = "^9.0.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"