diff --git a/pkgs/development/python-modules/hikari/default.nix b/pkgs/development/python-modules/hikari/default.nix index b35ad2110f6e..1837ba8bbc6b 100644 --- a/pkgs/development/python-modules/hikari/default.nix +++ b/pkgs/development/python-modules/hikari/default.nix @@ -6,6 +6,7 @@ pythonOlder, hatchling, aiohttp, + async-timeout, attrs, multidict, colorlog, @@ -58,6 +59,7 @@ buildPythonPackage rec { pytest-cov-stub pytest-randomly mock + async-timeout ]; pythonImportsCheck = [ "hikari" ];