From c11a8b8ae11312166800cba325cc7e8fd9a6c594 Mon Sep 17 00:00:00 2001 From: Daniel Sami Date: Wed, 4 Dec 2019 11:36:15 -0500 Subject: [PATCH] added cryptography as optional awxkit dep added cryptography as optional dep --- awxkit/setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/awxkit/setup.py b/awxkit/setup.py index 0c0d12a2ee..2c972162b1 100644 --- a/awxkit/setup.py +++ b/awxkit/setup.py @@ -71,6 +71,7 @@ setup( extras_require={ 'formatting': ['jq'], 'websockets': ['websocket-client>0.54.0'], + 'crypto': ['cryptography'] }, entry_points={ 'console_scripts': [