From a14cc8199d9a9a93d89693b50f0a689ee0fcf298 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gon=C3=A7alves?= Date: Wed, 14 Feb 2024 21:12:51 +0100 Subject: [PATCH] Add python 3.12 dependency (#14869) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel Gonçalves --- awxkit/setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/awxkit/setup.py b/awxkit/setup.py index cca55490d6..4c84ff6c84 100644 --- a/awxkit/setup.py +++ b/awxkit/setup.py @@ -90,6 +90,7 @@ setup( install_requires=[ 'PyYAML', 'requests', + 'setuptools', ], python_requires=">=3.8", extras_require={'formatting': ['jq'], 'websockets': ['websocket-client==0.57.0'], 'crypto': ['cryptography']},