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

This commit is contained in:
Robert Schütz
2023-03-01 11:37:41 -08:00
parent d5dfcf220a
commit cb41bc853c
@@ -2,7 +2,6 @@
, buildPythonPackage
, fetchFromGitHub
, hatchling
, hatch
, pytest-mock
, pytestCheckHook
, tomli
@@ -26,7 +25,6 @@ buildPythonPackage rec {
];
nativeCheckInputs = [
hatch
pytest-mock
pytestCheckHook
tomli