From a87656274babe838d1aa06248902f3aa046d0f75 Mon Sep 17 00:00:00 2001 From: Kirill Date: Thu, 23 Oct 2025 22:55:05 +0300 Subject: [PATCH] feat(dependencies.txt): Lib fix Added libs for working with PSQL and dot-env --- dependencies.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dependencies.txt b/dependencies.txt index eabd61c..62c9803 100644 --- a/dependencies.txt +++ b/dependencies.txt @@ -1 +1,3 @@ flask==3.1.2 +python-dotenv +psycopg-binary==3.2.10