33 lines
676 B
TOML
33 lines
676 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.8.1"
|
|
firebase-admin = "^6.5.0"
|
|
wonderwords = "^2.2.0"
|
|
dependency-injector = "^4.41.0"
|
|
openai = "^1.37.0"
|
|
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 = "20231117"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|