mirror of
https://github.com/brain-tec/account_ebics.git
synced 2024-11-21 19:52:04 +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,12 +21,12 @@
|
|||||||
'wizards/ebics_xfer.xml',
|
'wizards/ebics_xfer.xml',
|
||||||
'views/menu.xml',
|
'views/menu.xml',
|
||||||
],
|
],
|
||||||
'installable': True,
|
"installable": True,
|
||||||
'application': True,
|
"application": True,
|
||||||
'external_dependencies': {
|
"external_dependencies": {
|
||||||
'python': [
|
"python": [
|
||||||
'fintech',
|
"fintech",
|
||||||
'cryptography',
|
"cryptography<=39.0.2",
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"images": ["static/description/cover.png"],
|
"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