mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 15:21:13 +03:00
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:
commit
aceef98601
@ -71,6 +71,7 @@ setup(
|
||||
extras_require={
|
||||
'formatting': ['jq'],
|
||||
'websockets': ['websocket-client>0.54.0'],
|
||||
'crypto': ['cryptography']
|
||||
},
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
|
Loading…
Reference in New Issue
Block a user