dataclasses needed in requirements
Got an error after installing the latest version:
ModuleNotFoundError: No module named 'dataclasses'
resolved with: pip3 install dataclasses
Got an error after installing the latest version:
ModuleNotFoundError: No module named 'dataclasses'
resolved with: pip3 install dataclasses