diff --git a/pkgs/development/python-modules/aioswitcher/default.nix b/pkgs/development/python-modules/aioswitcher/default.nix index 3c28761217dfa6..72d1c8dd8ac7c5 100644 --- a/pkgs/development/python-modules/aioswitcher/default.nix +++ b/pkgs/development/python-modules/aioswitcher/default.nix @@ -13,6 +13,7 @@ pytestCheckHook, pythonAtLeast, pythonOlder, + pytz, time-machine, }: @@ -52,6 +53,7 @@ buildPythonPackage rec { pytest-mockservers pytest-resource-path pytestCheckHook + pytz time-machine ];