From 82a154260118311b3d2a96a048353b430c6e0161 Mon Sep 17 00:00:00 2001 From: Karan Jayachandra Date: Mon, 14 Jul 2025 14:32:21 +0200 Subject: Added the database connection --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 8b2be0c..bbee86b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,4 +11,5 @@ dependencies = [ "gunicorn>=23.0.0", "names>=0.3.0", "pandas>=2.3.1", + "psycopg2-binary>=2.9.10", ] -- cgit v1.3.1