chore(python): tidy up an update global package list

This commit is contained in:
2023-05-25 02:24:53 +01:00
parent f005414ab2
commit 73556e6f6a

View File

@@ -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"