Updated this to the latest version of develop, got rid of most of the duplication, might be missing some packages in toml, needs testing

This commit is contained in:
Carlos Mesquita
2024-08-30 02:35:11 +01:00
parent 3cf9fa5cba
commit f92a803d96
73 changed files with 3642 additions and 2703 deletions

View File

@@ -1,5 +1,5 @@
[tool.poetry]
name = "encoach-be"
name = "ielts-be"
version = "0.1.0"
description = ""
authors = ["Ecrop Devteam <company@ecrop.dev>"]
@@ -17,6 +17,14 @@ 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]