client: manifest: remove pipx, replace with packaged csvkit

This commit is contained in:
2024-08-18 01:48:02 -07:00
parent 3b01ce8cc7
commit 37a4a630d9

View File

@@ -37,13 +37,13 @@ container:
base:
packages:
- "bc"
- "csvkit"
- "git"
- "hledger"
- "hledger-iadd"
- "hledger-ui"
- "hledger-web"
- "proxychains-ng"
- "python-pipx"
- "stack"
- "timew"
- "vim"
@@ -53,7 +53,6 @@ container:
# For experimental build
#- "unuran"
commands:
- "csvstat --version"
- "ghc-pkg --version"
- "hledger-flow --version"
fetch:
@@ -84,13 +83,13 @@ container:
packages:
- "bc"
- "cargo"
- "csvkit"
- "g++"
- "git"
- "haskell-stack"
- "hledger"
- "hledger-ui"
- "hledger-web"
- "pipx"
- "proxychains4"
- "timewarrior"
- "vim"
@@ -100,7 +99,6 @@ container:
# For experimental build
#- "libunuran-dev"
commands:
- "csvstat --version"
- "ghc-pkg --version"
- "hledger-flow --version"
- "xsv --version"