clairvoyance: unbreak with pythonRelaxDeps

This commit is contained in:
Peder Bergebakken Sundt 2025-04-27 03:33:30 +02:00
parent 9b8ba51f55
commit 4045aa876c

View File

@ -16,6 +16,8 @@ python3.pkgs.buildPythonApplication rec {
hash = "sha256-CVXa2HvX7M0cwqnTeZVETg07j324ATQuMNreEgAC2QA=";
};
pythonRelaxDeps = [ "rich" ];
nativeBuildInputs = with python3.pkgs; [
poetry-core
];