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
Loading
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -42,6 +42,12 @@ Check Ansible playbooks for syntax errors.
### `docker-compose`

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`

+0 −1
Original line number Diff line number Diff line
@@ -11,7 +11,6 @@ setup(
    version=VERSION,
    install_requires=[
        "ansible>=4",
        "docker-compose>=1.20",
        "poetry",
    ],
    entry_points={