mirror of
https://github.com/brain-tec/account_ebics.git
synced 2024-11-21 11:42:03 +00:00
account_ebics - prevent cryptography into newest versions
Check Cryptography 41.0 which drops the support for Python 3.6
This commit is contained in:
parent
b17de469b5
commit
03c3cc6c74
@ -21,13 +21,13 @@
|
||||
'wizards/ebics_xfer.xml',
|
||||
'views/menu.xml',
|
||||
],
|
||||
'installable': True,
|
||||
'application': True,
|
||||
'external_dependencies': {
|
||||
'python': [
|
||||
'fintech',
|
||||
'cryptography',
|
||||
]
|
||||
},
|
||||
"installable": True,
|
||||
"application": True,
|
||||
"external_dependencies": {
|
||||
"python": [
|
||||
"fintech",
|
||||
"cryptography<=39.0.2",
|
||||
]
|
||||
},
|
||||
"images": ["static/description/cover.png"],
|
||||
}
|
||||
|
3
requirements.txt
Normal file
3
requirements.txt
Normal file
@ -0,0 +1,3 @@
|
||||
# generated from manifests external_dependencies
|
||||
cryptography<=39.0.2
|
||||
fintech
|
Loading…
Reference in New Issue
Block a user