mirror of
https://github.com/ansible/awx.git
synced 2026-03-20 02:17:37 -02:30
added cryptography as optional awxkit dep
added cryptography as optional dep
This commit is contained in:
@@ -71,6 +71,7 @@ setup(
|
||||
extras_require={
|
||||
'formatting': ['jq'],
|
||||
'websockets': ['websocket-client>0.54.0'],
|
||||
'crypto': ['cryptography']
|
||||
},
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
|
||||
Reference in New Issue
Block a user