mirror of
https://github.com/brain-tec/account_ebics.git
synced 2024-11-22 12:12:03 +00:00
add cryptography as an external dependency
This commit is contained in:
parent
ceec816d9a
commit
86d5a6eaab
@ -21,5 +21,10 @@
|
||||
],
|
||||
'installable': True,
|
||||
'application': True,
|
||||
'external_dependencies': {'python': ['fintech', ]},
|
||||
'external_dependencies': {
|
||||
'python': [
|
||||
'fintech',
|
||||
'cryptography',
|
||||
]
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user