added cryptography as optional awxkit dep

added cryptography as optional dep
This commit is contained in:
Daniel Sami
2019-12-04 11:36:15 -05:00
parent 715483c669
commit c11a8b8ae1

View File

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