lacus: relax gunicorn

This commit is contained in:
Fabian Affolter 2024-09-14 10:20:07 +02:00
parent f8f49b8dab
commit ae9a663abb

View File

@ -16,6 +16,7 @@ python3.pkgs.buildPythonApplication rec {
};
pythonRelaxDeps = [
"gunicorn"
"psutil"
"redis"
];