summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorKaran Jayachandra <mail@karanjayachandra.com>2025-07-14 14:32:21 +0200
committerKaran Jayachandra <mail@karanjayachandra.com>2025-07-14 14:32:21 +0200
commit82a154260118311b3d2a96a048353b430c6e0161 (patch)
tree0666f0651261dc61e0c20078a825c1d5b610a168 /pyproject.toml
parent863ab96ca55b9a6a06c1ea499d582b5e264529b5 (diff)
Added the database connection
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
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",
]