python3Packages.pgcli: add missing tzlocal dependency

Signed-off-by: Paul Meyer <katexochen0@gmail.com>
This commit is contained in:
Paul Meyer
2025-04-14 17:16:30 +02:00
parent ffb3badaae
commit 9cbf6f3ef3
@@ -18,6 +18,7 @@
setuptools,
sshtunnel,
mock,
tzlocal,
}:
# this is a pythonPackage because of the ipython line magics in pgcli.magic
@@ -47,6 +48,7 @@ buildPythonPackage rec {
keyring
pendulum
sshtunnel
tzlocal
];
nativeCheckInputs = [