diff options
| author | Karan Jayachandra <mail@karanjayachandra.com> | 2025-07-14 14:32:21 +0200 |
|---|---|---|
| committer | Karan Jayachandra <mail@karanjayachandra.com> | 2025-07-14 14:32:21 +0200 |
| commit | 82a154260118311b3d2a96a048353b430c6e0161 (patch) | |
| tree | 0666f0651261dc61e0c20078a825c1d5b610a168 /pyproject.toml | |
| parent | 863ab96ca55b9a6a06c1ea499d582b5e264529b5 (diff) | |
Added the database connection
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 1 |
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", ] |
