diff options
Diffstat (limited to 'pkgs/development/python-modules/elmax/default.nix')
-rw-r--r-- | pkgs/development/python-modules/elmax/default.nix | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/pkgs/development/python-modules/elmax/default.nix b/pkgs/development/python-modules/elmax/default.nix index a538be01ae9d..30bcb15c2106 100644 --- a/pkgs/development/python-modules/elmax/default.nix +++ b/pkgs/development/python-modules/elmax/default.nix @@ -1,13 +1,14 @@ -{ lib -, buildPythonPackage -, fetchFromGitHub -, httpx -, poetry-core -, pythonOlder -, pytest-asyncio -, pytest-httpx -, pytestCheckHook -, yarl +{ + lib, + buildPythonPackage, + fetchFromGitHub, + httpx, + poetry-core, + pythonOlder, + pytest-asyncio, + pytest-httpx, + pytestCheckHook, + yarl, }: buildPythonPackage rec { |