Added "ujson" to xonsh[full]

This commit is contained in:
Andy Kipp 2022-08-03 19:24:19 +06:00 committed by GitHub
parent 86e4f004e3
commit c14455c828
Failed to generate hash of commit

View file

@ -94,6 +94,7 @@ full = [
"distro; platform_system=='Linux'",
"setproctitle; platform_system=='Windows'",
"gnureadline; platform_system=='Darwin'",
"ujson",
]
bestshell = [
"prompt_toolkit>=3.0.29",