commit
8e908f1522
|
@ -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"],
|
||||||
}
|
}
|
||||||
|
|
|
@ -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"],
|
||||||
}
|
}
|
||||||
|
|
|
@ -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"]
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue