1
0
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:
softwarefactory-project-zuul[bot] 2019-12-05 14:46:49 +00:00 committed by GitHub
commit aceef98601
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,6 +71,7 @@ setup(
extras_require={
'formatting': ['jq'],
'websockets': ['websocket-client>0.54.0'],
'crypto': ['cryptography']
},
entry_points={
'console_scripts': [