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
a01f0a2623
commit
6ecfc88e2f
@ -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