diff --git a/Makefile b/Makefile index 1f72807..185c6f4 100644 --- a/Makefile +++ b/Makefile @@ -15,6 +15,7 @@ verify: ansible-playbook playbooks/verify-homelab.yml deps: + pip install --upgrade pip pip install -r requirements.txt ansible-galaxy install -r requirements.yml diff --git a/requirements.txt b/requirements.txt index 5a41902..5075535 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,61 +1,32 @@ ansible==6.3.0 ansible-compat==2.2.0 ansible-core==2.13.3 -ansible-doctor==1.4.3 ansible-lint==6.5.1 -anyconfig==0.13.0 -appdirs==1.4.4 -arrow==1.2.2 attrs==22.1.0 -binaryornot==0.4.4 bracex==2.3.post1 -Cerberus==1.3.2 -certifi==2022.6.15 cffi==1.15.1 -chardet==5.0.0 -charset-normalizer==2.1.1 -click==8.1.3 -click-help-colors==0.9.1 -colorama==0.4.5 commonmark==0.9.1 -cookiecutter==2.1.1 cryptography==37.0.4 enrich==1.2.7 -environs==9.5.0 filelock==3.8.0 -idna==3.3 importlib-resources==5.9.0 Jinja2==3.1.2 -jinja2-time==0.2.0 jsonschema==4.14.0 -linode-api4==5.2.1 MarkupSafe==2.1.1 -marshmallow==3.17.1 -molecule==4.0.1 -nested-lookup==0.2.25 packaging==21.3 pathspec==0.9.0 pkgutil_resolve_name==1.3.10 -pluggy==1.0.0 pycparser==2.21 Pygments==2.13.0 pyparsing==3.0.9 pyrsistent==0.18.1 -python-dateutil==2.8.2 -python-dotenv==0.20.0 -python-json-logger==2.0.4 -python-slugify==6.1.2 PyYAML==6.0 -requests==2.28.1 resolvelib==0.8.1 rich==12.5.1 ruamel.yaml==0.15.100 ruamel.yaml.clib==0.2.6 -six==1.16.0 subprocess-tee==0.3.5 -text-unidecode==1.3 typing_extensions==4.3.0 -urllib3==1.26.12 wcmatch==8.4 yamlfmt==1.1.0 yamllint==1.27.1