From 73556e6f6a25e99a925d1bdd7e69726247a536fc Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Thu, 25 May 2023 02:24:53 +0100 Subject: [PATCH] chore(python): tidy up an update global package list --- zsh/python.zsh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/zsh/python.zsh b/zsh/python.zsh index ed37380..8e0fffd 100644 --- a/zsh/python.zsh +++ b/zsh/python.zsh @@ -17,14 +17,10 @@ alias mo="env OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES molecule" install_python_global_packages() { local packages=( 'ansible' + 'fonttools' 'molecule[docker]' 'passlib' 'yamllint' - - # for ChatGPT - 'epc' - 'git+https://github.com/mmabrouk/chatgpt-wrapper' - 'sexpdata==0.0.4' ) local pipcmd="pip"