alerta: fix dependency error

This change gets rid of this error message when starting the executable: ModuleNotFoundError: No module named 'pkg_resources'
This commit is contained in:
Sander van der Burg
2023-09-21 22:23:13 +02:00
parent 8a3676e965
commit 0007dfa33e
@@ -30,6 +30,7 @@ python3.pkgs.buildPythonApplication rec {
requests
requests-hawk
sentry-sdk
setuptools
];
# We can't run the tests from Nix, because they rely on the presence of a working MongoDB server