add dataclasses dependency for python<3.7

This commit is contained in:
Dima Gerasimov 2020-05-10 22:43:02 +01:00
parent 1d0ef82d32
commit d7abff03fc

View file

@ -60,7 +60,11 @@ def main():
# TODO document these? # TODO document these?
'logzero', 'logzero',
'cachew', 'cachew',
] ],
':python_version<"3.7"': [
# used for some modules... hopefully reasonable to have it as a default
'dataclasses',
],
}, },
) )