From 027ca45fd8248b4b1ce6422f9a2571ffeae45904 Mon Sep 17 00:00:00 2001 From: Andy Kipp Date: Mon, 24 Jun 2024 03:39:28 +0200 Subject: [PATCH] Update setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index a3a47b0..7f82352 100644 --- a/setup.py +++ b/setup.py @@ -19,6 +19,7 @@ python_requires='>=3.6', install_requires=[ 'xonsh[full]', # The awesome shell. + 'xontrib-spec-mod', # Library of xonsh subprocess specification modifiers e.g. `$(@json echo '{}')`. '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.