add cryptography as an external dependency

This commit is contained in:
phanupong
2020-12-14 07:25:58 -08:00
committed by Luc De Meyer
parent ceec816d9a
commit 86d5a6eaab
+6 -1
View File
@@ -21,5 +21,10 @@
],
'installable': True,
'application': True,
'external_dependencies': {'python': ['fintech', ]},
'external_dependencies': {
'python': [
'fintech',
'cryptography',
]
},
}