From 5b9dd8df0b55aa6eea302ec678daf807192da920 Mon Sep 17 00:00:00 2001 From: Sebastian Tobie Date: Sat, 9 Dec 2023 13:04:00 +0100 Subject: [PATCH] removed dep --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"