[REF] report_qweb_pdf_watermark: remove PyPDF2 from external_dependencies

Because those dependencies are already part of Odoo's base dependencies.

0aff8bb948/requirements.txt (L38)
pull/750/head
Fernanda Hernández 2022-06-01 21:25:58 +00:00 committed by Luis Torres
parent 89f5d3a78b
commit f8bdc8ef94
2 changed files with 0 additions and 2 deletions

View File

@ -16,5 +16,4 @@
], ],
"demo": ["demo/report.xml"], "demo": ["demo/report.xml"],
"installable": True, "installable": True,
"external_dependencies": {"python": ["PyPDF2"]},
} }

View File

@ -4,6 +4,5 @@ endesive
lxml lxml
py3o.formats py3o.formats
py3o.template py3o.template
PyPDF2
xlrd xlrd
xlsxwriter xlsxwriter