[FIX] dataclasses for Python < 3.7

pull/2196/head
Stefan Rijnhart 2020-12-11 21:11:44 +01:00 committed by Sylvain LE GAL
parent 9cf54451a3
commit 8f5cb23a24
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
],
"installable": True,
"external_dependencies": {
"python": ["odoorpc", "openupgradelib"],
"python": ["dataclasses", "odoorpc", "openupgradelib"],
},
"license": "AGPL-3",
}