bubblesub / ass_tag_parser

A Python library for serialization and deserialization of ASS subtitle file format tags markup.
MIT License
16 stars 2 forks source link

dataclasses module backport is required unconditionally #4

Closed mia-0 closed 4 years ago

mia-0 commented 4 years ago

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

rr- commented 4 years ago

Thanks. Fixed on master.