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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user