Skip to content
Snippets Groups Projects
Commit 82323ce0 authored by nimrod's avatar nimrod
Browse files

Remove the docker-compose depenency.

It's out of date and not useful. Rely on externally installed version
instead.
parent 0f46977b
No related branches found
No related tags found
No related merge requests found
Pipeline #3937 passed
...@@ -42,6 +42,12 @@ Check Ansible playbooks for syntax errors. ...@@ -42,6 +42,12 @@ Check Ansible playbooks for syntax errors.
### `docker-compose` ### `docker-compose`
Validate the Docker Compose file using docker-compose config. Validate the Docker Compose file using docker-compose config.
Requires an install `docker-compose`.
With previous versions of this repo, the `docker-compose` version from PyPI was
installed as a dependency. However, at the time of writing, the package hasn't
been updated in over 3 years. If you wish to still use the 1.x version from
PyPI, add it in the `additional_dependencies` section of the hook.
### `terraform-fmt` ### `terraform-fmt`
......
...@@ -11,7 +11,6 @@ setup( ...@@ -11,7 +11,6 @@ setup(
version=VERSION, version=VERSION,
install_requires=[ install_requires=[
"ansible>=4", "ansible>=4",
"docker-compose>=1.20",
"poetry", "poetry",
], ],
entry_points={ entry_points={
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment