mirror of
https://github.com/ansible/awx.git
synced 2026-05-09 18:37:36 -02:30
Add python 3.12 dependency (#14869)
Signed-off-by: Daniel Gonçalves <daniel.gonc@lves.fr>
This commit is contained in:
@@ -90,6 +90,7 @@ setup(
|
|||||||
install_requires=[
|
install_requires=[
|
||||||
'PyYAML',
|
'PyYAML',
|
||||||
'requests',
|
'requests',
|
||||||
|
'setuptools',
|
||||||
],
|
],
|
||||||
python_requires=">=3.8",
|
python_requires=">=3.8",
|
||||||
extras_require={'formatting': ['jq'], 'websockets': ['websocket-client==0.57.0'], 'crypto': ['cryptography']},
|
extras_require={'formatting': ['jq'], 'websockets': ['websocket-client==0.57.0'], 'crypto': ['cryptography']},
|
||||||
|
|||||||
Reference in New Issue
Block a user