Fastapi refactor update
This commit is contained in:
@@ -1,32 +1,35 @@
|
||||
[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"
|
||||
[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"
|
||||
motor = "3.6.0"
|
||||
shortuuid = "1.0.13"
|
||||
pandas = "2.2.3"
|
||||
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
||||
Reference in New Issue
Block a user