diff options
Diffstat (limited to 'pkgs/development/python-modules/python-fx/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/python-fx/default.nix | 57 |
1 files changed, 29 insertions, 28 deletions
diff --git a/pkgs/development/python-modules/python-fx/default.nix b/pkgs/development/python-modules/python-fx/default.nix index 8e7de3b6a336..cdaae586a52e 100644 --- a/pkgs/development/python-modules/python-fx/default.nix +++ b/pkgs/development/python-modules/python-fx/default.nix @@ -1,31 +1,32 @@ -{ lib -, antlr4-python3-runtime -, asciimatics -, buildPythonPackage -, click -, dacite -, decorator -, fetchFromGitHub -, future -, first -, jsonpath-ng -, loguru -, overrides -, pillow -, ply -, pyfiglet -, pyperclip -, pytestCheckHook -, pythonOlder -, antlr4 -, pythonRelaxDepsHook -, pyyaml -, setuptools -, six -, urwid -, parameterized -, wcwidth -, yamale +{ + lib, + antlr4-python3-runtime, + asciimatics, + buildPythonPackage, + click, + dacite, + decorator, + fetchFromGitHub, + future, + first, + jsonpath-ng, + loguru, + overrides, + pillow, + ply, + pyfiglet, + pyperclip, + pytestCheckHook, + pythonOlder, + antlr4, + pythonRelaxDepsHook, + pyyaml, + setuptools, + six, + urwid, + parameterized, + wcwidth, + yamale, }: buildPythonPackage rec { |
