Unverified Commit 0bcb64dc authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

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

parents c03e2b95 e1391ef1
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -38,10 +38,12 @@ buildPythonPackage rec {

  build-system = [ setuptools ];

  dependencies = [ webtest ];
  dependencies = [
    aiohttp
    webtest
  ];

  nativeCheckInputs = [
    aiohttp
    pytest-aiohttp
    pytestCheckHook
  ];