python3Packages.jupytext: fix deps

This commit is contained in:
Jonathan Ringer 2020-11-05 15:37:49 -08:00
parent d4873aa586
commit c4e36c4f0f

View file

@ -3,6 +3,7 @@
, nbformat
, pytest
, pyyaml
, toml
}:
buildPythonPackage rec {
@ -17,6 +18,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
pyyaml
nbformat
toml
] ++ lib.optionals isPy27 [ mock ]; # why they put it in install_requires, who knows
checkInputs = [