Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions l10n_es_ticketbai_api_batuz/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,7 @@
"development_status": "Beta",
"maintainers": ["ao-landoo"],
"depends": ["l10n_es_ticketbai_api"],
"external_dependencies": {
"python": [
"xmltodict",
"requests_pkcs12==1.22", # compatible with python_version < '3.12' >= '3.12'
]
},
"external_dependencies": {"python": ["xmltodict", "requests_pkcs12"]},
"data": [
"security/ir.model.access.csv",
"data/tax_agency_data.xml",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ deepdiff<8
pycountry
pycryptodome
qrcode
requests_pkcs12==1.22
requests_pkcs12
suds-py3
unidecode
xmlsig
Expand Down
2 changes: 2 additions & 0 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
odoo_test_helper
cryptography==3.4.8; python_version < '3.12' # incompatibility between pyopenssl 19.0.0 and cryptography>=37.0.0
cryptography==42.0.8 ; python_version >= '3.12' # (Noble) min 41.0.7, pinning 42.0.8 for security fixes
Loading