mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03:30
Add python 3.12 dependency (#14869)
Signed-off-by: Daniel Gonçalves <daniel.gonc@lves.fr>
This commit is contained in:
parent
b6436826f6
commit
a14cc8199d
@ -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']},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user