tell-me-your-secrets: relax pandas
This commit is contained in:
parent
a40ba77503
commit
1c1e99f922
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "tell-me-your-secrets";
|
||||
version = "2.4.2";
|
||||
format = "pyproject";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "valayDave";
|
||||
|
@ -17,6 +17,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||
|
||||
pythonRelaxDeps = [
|
||||
"gitignore-parser"
|
||||
"pandas"
|
||||
];
|
||||
|
||||
nativeBuildInputs = with python3.pkgs; [
|
||||
|
|
Loading…
Reference in a new issue