tell-me-your-secrets: relax pandas

This commit is contained in:
Fabian Affolter 2024-01-20 08:44:55 +01:00
parent a40ba77503
commit 1c1e99f922

View file

@ -6,7 +6,7 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "tell-me-your-secrets"; pname = "tell-me-your-secrets";
version = "2.4.2"; version = "2.4.2";
format = "pyproject"; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "valayDave"; owner = "valayDave";
@ -17,6 +17,7 @@ python3.pkgs.buildPythonApplication rec {
pythonRelaxDeps = [ pythonRelaxDeps = [
"gitignore-parser" "gitignore-parser"
"pandas"
]; ];
nativeBuildInputs = with python3.pkgs; [ nativeBuildInputs = with python3.pkgs; [