Add python 3.12 dependency (#14869)

Signed-off-by: Daniel Gonçalves <daniel.gonc@lves.fr>
This commit is contained in:
Daniel Gonçalves 2024-02-14 21:12:51 +01:00 committed by GitHub
parent b6436826f6
commit a14cc8199d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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']},