Loading pkgs/development/python-modules/inscriptis/default.nix +6 −2 Original line number Diff line number Diff line Loading @@ -2,11 +2,12 @@ lib, buildPythonPackage, fetchFromGitHub, poetry-core, hatchling, lxml, fastapi, httpx, pytestCheckHook, pytest-cov-stub, requests, }: Loading @@ -22,7 +23,7 @@ buildPythonPackage rec { hash = "sha256-m1LZiGu79I9fMQXtL1MuzHxUd6KSwuc87Edkt9sp0DE="; }; build-system = [ poetry-core ]; build-system = [ hatchling ]; dependencies = [ lxml Loading @@ -33,8 +34,11 @@ buildPythonPackage rec { fastapi httpx pytestCheckHook pytest-cov-stub ]; pythonRelaxDeps = [ "lxml" ]; pythonImportsCheck = [ "inscriptis" ]; meta = { Loading Loading
pkgs/development/python-modules/inscriptis/default.nix +6 −2 Original line number Diff line number Diff line Loading @@ -2,11 +2,12 @@ lib, buildPythonPackage, fetchFromGitHub, poetry-core, hatchling, lxml, fastapi, httpx, pytestCheckHook, pytest-cov-stub, requests, }: Loading @@ -22,7 +23,7 @@ buildPythonPackage rec { hash = "sha256-m1LZiGu79I9fMQXtL1MuzHxUd6KSwuc87Edkt9sp0DE="; }; build-system = [ poetry-core ]; build-system = [ hatchling ]; dependencies = [ lxml Loading @@ -33,8 +34,11 @@ buildPythonPackage rec { fastapi httpx pytestCheckHook pytest-cov-stub ]; pythonRelaxDeps = [ "lxml" ]; pythonImportsCheck = [ "inscriptis" ]; meta = { Loading