updated requirements

This commit is contained in:
Alexander Karpov 2023-11-08 18:46:29 +03:00
parent 62ed999dc4
commit 4ef6021499
2 changed files with 522 additions and 72 deletions

591
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -107,12 +107,13 @@ pgvector = "^0.2.2"
pycld2 = "^0.41"
textract = "^1.6.5"
uuid6 = "^2023.5.2"
fastapi = "0.86.0"
django-haystack = {extras = ["elasticsearch"], version = "^3.2.1"}
uvicorn = "^0.24.0.post1"
nltk = "^3.8.1"
pymorphy3 = "^1.2.1"
pymorphy3-dicts-ru = "^2.4.417150.4580142"
fastapi = "^0.104.1"
pydantic-settings = "^2.0.3"
[build-system]