diff --git a/pkgs/development/python-modules/aioweenect/default.nix b/pkgs/development/python-modules/aioweenect/default.nix index 12aa6afaf797..73913cd7d4ba 100644 --- a/pkgs/development/python-modules/aioweenect/default.nix +++ b/pkgs/development/python-modules/aioweenect/default.nix @@ -5,7 +5,6 @@ buildPythonPackage, fetchFromGitHub, hatchling, - httpx, pytest-asyncio, pytestCheckHook, pythonOlder, @@ -34,10 +33,7 @@ buildPythonPackage rec { build-system = [ hatchling ]; - dependencies = [ - aiohttp - httpx - ]; + dependencies = [ aiohttp ]; nativeCheckInputs = [ aresponses