bubblesub / ass_tag_parser

A Python library for serialization and deserialization of ASS subtitle file format tags markup.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dataclasses module backport is required unconditionally

mia-0 opened this issue · comments

commented

Setuptools currently declares the dataclasses backport a hard dependency, even on Py 3.7.
Please use environment markers to prevent this.

Thanks. Fixed on master.