[FIX] dataclasses for Python < 3.7

pull/2417/head
Stefan Rijnhart 2020-12-11 21:11:44 +01:00
parent 9e86865956
commit 2eb1d09b26
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",
}