mirror of
https://github.com/ansible/awx.git
synced 2026-03-05 02:31:03 -03:30
Merge pull request #5444 from dsesami/add-crypto-akit
Added cryptography to awxkit deps Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
@@ -71,6 +71,7 @@ setup(
|
|||||||
extras_require={
|
extras_require={
|
||||||
'formatting': ['jq'],
|
'formatting': ['jq'],
|
||||||
'websockets': ['websocket-client>0.54.0'],
|
'websockets': ['websocket-client>0.54.0'],
|
||||||
|
'crypto': ['cryptography']
|
||||||
},
|
},
|
||||||
entry_points={
|
entry_points={
|
||||||
'console_scripts': [
|
'console_scripts': [
|
||||||
|
|||||||
Reference in New Issue
Block a user