pbs / pycaption

Python module to read/write popular video caption formats
Apache License 2.0
256 stars 136 forks source link

Update beautifulsoup4 version, add python 3.6 to tox testing #162

Closed mbertrand closed 3 years ago

mbertrand commented 6 years ago

This will resolve a dependency problem on Ubuntu with older versions of beautifulsoup4:

class TreeBuilderForHtml5lib(html5lib.treebuilders._base.TreeBuilder):
AttributeError: 'module' object has no attribute '_base'
Sazpaimon commented 6 years ago

@mvmocanu could this PR be merged in? The current BS4 requirement has its own dependencies that have multiple security vulnerabilities.

ana-nichifor commented 3 years ago

Thanks for contributing! These changes were included in another pull request (#216 ) with a newer version of BeautifulSoup and will be released soon.