mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[REF] report_xml: remove lxml from external_dependencies
This commit is contained in:
@@ -20,10 +20,5 @@
|
||||
"demo/report.xml", # register report in the system
|
||||
"demo/demo_report.xml", # report body definition
|
||||
],
|
||||
"external_dependencies": {
|
||||
"python": [ # Python third party libraries required for module
|
||||
"lxml" # XML and HTML with Python
|
||||
]
|
||||
},
|
||||
"post_init_hook": "post_init_hook",
|
||||
}
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
# generated from manifests external_dependencies
|
||||
cryptography
|
||||
endesive
|
||||
lxml
|
||||
py3o.formats
|
||||
py3o.template
|
||||
PyPDF2
|
||||
|
||||
Reference in New Issue
Block a user