Commit cb41bc85 authored by Robert Schütz's avatar Robert Schütz
Browse files

python310Packages.hatch-jupyter-builder: don't depend on hatch

parent d5dfcf22
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@
, buildPythonPackage
, fetchFromGitHub
, hatchling
, hatch
, pytest-mock
, pytestCheckHook
, tomli
@@ -26,7 +25,6 @@ buildPythonPackage rec {
  ];

  nativeCheckInputs = [
    hatch
    pytest-mock
    pytestCheckHook
    tomli