yaralyzer: relax python-dotenv constraint

This commit is contained in:
Fabian Affolter
2023-03-24 11:32:03 +01:00
parent 29389b421e
commit 3568a52d85
@@ -16,6 +16,7 @@ python3.pkgs.buildPythonApplication rec {
};
pythonRelaxDeps = [
"python-dotenv"
"rich"
];