From 4e4b6c09b575c3f8334b5d9687beb6e91296ca29 Mon Sep 17 00:00:00 2001 From: Sergei Kasianenko Date: Fri, 15 Sep 2023 14:58:40 +0800 Subject: [PATCH] fix --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f1f4d3eb9c..0c512548df 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"