diff --git a/.gitignore b/.gitignore index 485dee6..e04276f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .idea +venv diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..94492cb --- /dev/null +++ b/requirements.txt @@ -0,0 +1,37 @@ +ansible==6.3.0 +ansible-compat==2.2.0 +ansible-core==2.13.3 +ansible-lint==6.5.2 +attrs==22.1.0 +black==22.8.0 +bracex==2.3.post1 +cffi==1.15.1 +click==8.1.3 +commonmark==0.9.1 +cryptography==37.0.4 +enrich==1.2.7 +filelock==3.8.0 +importlib-resources==5.9.0 +Jinja2==3.1.2 +jsonschema==4.15.0 +MarkupSafe==2.1.1 +mypy-extensions==0.4.3 +packaging==21.3 +pathspec==0.10.1 +pkgutil_resolve_name==1.3.10 +platformdirs==2.5.2 +pycparser==2.21 +Pygments==2.13.0 +pyparsing==3.0.9 +pyrsistent==0.18.1 +PyYAML==6.0 +resolvelib==0.8.1 +rich==12.5.1 +ruamel.yaml==0.17.21 +ruamel.yaml.clib==0.2.6 +subprocess-tee==0.3.5 +tomli==2.0.1 +typing_extensions==4.3.0 +wcmatch==8.4 +yamllint==1.27.1 +zipp==3.8.1