Merge PR #2652 into 15.0

Signed-off-by moylop260
pull/2669/head
OCA-git-bot 2023-06-07 01:04:32 +00:00
commit 8e908f1522
4 changed files with 1 additions and 7 deletions

View File

@ -12,6 +12,5 @@
"license": "AGPL-3", "license": "AGPL-3",
"application": False, "application": False,
"installable": True, "installable": True,
"external_dependencies": {"python": ["lxml"]},
"depends": ["base"], "depends": ["base"],
} }

View File

@ -14,6 +14,5 @@
"license": "AGPL-3", "license": "AGPL-3",
"application": False, "application": False,
"installable": True, "installable": True,
"external_dependencies": {"python": ["lxml"]},
"depends": ["base"], "depends": ["base"],
} }

View File

@ -17,7 +17,5 @@
"demo": ["demo/ir_cron.xml"], "demo": ["demo/ir_cron.xml"],
"post_init_hook": "post_init_hook", "post_init_hook": "post_init_hook",
"installable": True, "installable": True,
"external_dependencies": { "external_dependencies": {"python": ["acme<2.0.0", "dnspython", "josepy"]},
"python": ["acme<2.0.0", "cryptography", "dnspython", "josepy"]
},
} }

View File

@ -1,12 +1,10 @@
# generated from manifests external_dependencies # generated from manifests external_dependencies
acme<2.0.0 acme<2.0.0
astor astor
cryptography
cryptography==2.6.1 cryptography==2.6.1
dataclasses dataclasses
dnspython dnspython
josepy josepy
lxml
mako mako
odoorpc odoorpc
openpyxl openpyxl