python312Packages.aioweenect: remove httpx

This commit is contained in:
Fabian Affolter 2024-08-12 22:21:42 +02:00
parent 216a08c659
commit 1da9dd325c

View File

@ -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