commit
8e908f1522
|
@ -12,6 +12,5 @@
|
|||
"license": "AGPL-3",
|
||||
"application": False,
|
||||
"installable": True,
|
||||
"external_dependencies": {"python": ["lxml"]},
|
||||
"depends": ["base"],
|
||||
}
|
||||
|
|
|
@ -14,6 +14,5 @@
|
|||
"license": "AGPL-3",
|
||||
"application": False,
|
||||
"installable": True,
|
||||
"external_dependencies": {"python": ["lxml"]},
|
||||
"depends": ["base"],
|
||||
}
|
||||
|
|
|
@ -17,7 +17,5 @@
|
|||
"demo": ["demo/ir_cron.xml"],
|
||||
"post_init_hook": "post_init_hook",
|
||||
"installable": True,
|
||||
"external_dependencies": {
|
||||
"python": ["acme<2.0.0", "cryptography", "dnspython", "josepy"]
|
||||
},
|
||||
"external_dependencies": {"python": ["acme<2.0.0", "dnspython", "josepy"]},
|
||||
}
|
||||
|
|
|
@ -1,12 +1,10 @@
|
|||
# generated from manifests external_dependencies
|
||||
acme<2.0.0
|
||||
astor
|
||||
cryptography
|
||||
cryptography==2.6.1
|
||||
dataclasses
|
||||
dnspython
|
||||
josepy
|
||||
lxml
|
||||
mako
|
||||
odoorpc
|
||||
openpyxl
|
||||
|
|
Loading…
Reference in New Issue