mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
feat(python): update global package list
This commit is contained in:
@@ -17,10 +17,14 @@ alias mo="env OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES molecule"
|
|||||||
install_python_global_packages() {
|
install_python_global_packages() {
|
||||||
local packages=(
|
local packages=(
|
||||||
'ansible'
|
'ansible'
|
||||||
'grip'
|
|
||||||
'molecule[docker]'
|
'molecule[docker]'
|
||||||
'passlib'
|
'passlib'
|
||||||
'yamllint'
|
'yamllint'
|
||||||
|
|
||||||
|
# for ChatGPT
|
||||||
|
'epc'
|
||||||
|
'git+https://github.com/mmabrouk/chatgpt-wrapper'
|
||||||
|
'sexpdata==0.0.4'
|
||||||
)
|
)
|
||||||
|
|
||||||
local pipcmd="pip"
|
local pipcmd="pip"
|
||||||
|
|||||||
Reference in New Issue
Block a user