[FIX] report_csv remove incorrect external_dependencies

csv is a stdlib module, no need to declare it as external dep.
pull/529/head
Stéphane Bidoul 2021-07-27 15:37:48 +02:00
parent 6c9814822f
commit 358dbb8321
No known key found for this signature in database
GPG Key ID: BCAB2555446B5B92
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@
"category": "Reporting",
"version": "13.0.1.0.1",
"license": "AGPL-3",
"external_dependencies": {"python": ["csv"]},
"depends": ["base", "web"],
"data": ["views/webclient_templates.xml"],
"demo": ["demo/report.xml"],