From ed11db27166b0778c2227e5b17e4d949e9b668a4 Mon Sep 17 00:00:00 2001 From: Andy Kipp Date: Tue, 2 Aug 2022 17:19:38 +0600 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 757dc91..29f474e 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ long_description_content_type='text/markdown', python_requires='>=3.6', install_requires=[ - 'xonsh', # The awesome shell. + 'xonsh[full]', # The awesome shell. 'xontrib-prompt-bar', # The bar prompt for xonsh shell with customizable sections and Starship support. 'xontrib-back2dir', # Return to the most recently used directory when starting the xonsh shell. 'xontrib-sh', # Paste and run commands from bash, zsh, fish, tcsh in xonsh shell.