From 47457783612ff3ad8314ca34c167ad1295578d6d Mon Sep 17 00:00:00 2001 From: Sergei Kasianenko Date: Sun, 1 Oct 2023 22:26:26 +0800 Subject: [PATCH] fix --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f1de5eeebf..f9fa2df43d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ beren = "0.7.1" transliterate = "1.10.2" imgkit = "1.2.3" astm = {git = "https://github.com/moodpulse/python-astm.git", rev = "v0.6"} -#psycopg2-binary = "^2.9.4" +psycopg2-binary = "^2.9.4" boto3 = "^1.26.157" prompt-toolkit = "^3.0.36" pdf2docx = "^0.5.6"