Commit a7a57847 authored by Jamie Magee's avatar Jamie Magee
Browse files

python3Packages.accuweather: add dependency on yarl

parent 8a12bdc7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@
  pytestCheckHook,
  setuptools,
  syrupy,
  yarl,
}:

buildPythonPackage rec {
@@ -29,6 +30,7 @@ buildPythonPackage rec {
  dependencies = [
    aiohttp
    orjson
    yarl
  ];

  nativeCheckInputs = [