python3Packages.webtest-aiohttp: add aiohttp to dependencies (#428805)

This commit is contained in:
Aleksana
2025-08-01 17:14:45 +08:00
committed by GitHub
@@ -38,10 +38,12 @@ buildPythonPackage rec {
build-system = [ setuptools ];
dependencies = [ webtest ];
dependencies = [
aiohttp
webtest
];
nativeCheckInputs = [
aiohttp
pytest-aiohttp
pytestCheckHook
];