From bb8fb0ca504589ab7ffde54234c0882819c1fe5b Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 30 Aug 2021 22:54:05 +0100 Subject: [PATCH] chore(python): add passlib to default installed python packages --- zsh/python.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/python.zsh b/zsh/python.zsh index 5eb9a62..f227cbe 100644 --- a/zsh/python.zsh +++ b/zsh/python.zsh @@ -33,6 +33,7 @@ install_python_global_packages() { 'ansible' 'grip' 'molecule[docker]' + 'passlib' 'yamllint' )