diff --git a/pyproject.toml b/pyproject.toml index c88a361..99e3932 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", ] -dependencies = ["ansible-core>=2.9.10"] +dependencies = [] [project.urls] Documentation = "https://github.com/unknown/ansible-module#readme"