add cryptography as an external dependency

This commit is contained in:
phanupong 2020-05-29 15:44:15 +07:00 committed by Luc De Meyer
parent a01f0a2623
commit 6ecfc88e2f

View File

@ -21,5 +21,10 @@
], ],
'installable': True, 'installable': True,
'application': True, 'application': True,
'external_dependencies': {'python': ['fintech', ]}, 'external_dependencies': {
'python': [
'fintech',
'cryptography',
]
},
} }