From 4a407dfc06c9a83303d612a8cc3e0f86d85ef5df Mon Sep 17 00:00:00 2001 From: Alexander-D-Karpov Date: Wed, 27 Dec 2023 02:25:12 +0300 Subject: [PATCH] fixed docker --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 98fb5ae..f2221e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -113,7 +113,7 @@ django-elasticsearch-dsl = "^8.0" elasticsearch-dsl = "^8.11.0" numpy = "1.25.2" deep-translator = "1.4.2" -textract = {git = "https://github.com/Alexander-D-Karpov/textract.git"} +textract = {git = "https://github.com/Alexander-D-Karpov/textract.git", branch = "master"} django-otp = "^1.3.0"