mholtzscher / spacy_readability

spaCy pipeline component for adding text readability meta data to Doc objects.
MIT License
56 stars 10 forks source link

Update wheel to 0.32.1 #73

Closed pyup-bot closed 6 years ago

pyup-bot commented 6 years ago

This PR updates wheel from 0.32.0 to 0.32.1.

Changelog ### 0.32.1 ``` - Fixed ``AttributeError: 'Requirement' object has no attribute 'url'`` on setuptools/pkg_resources versions older than 18.8 (PR by Benoit Pierre) - Fixed ``AttributeError: 'module' object has no attribute 'algorithms_available'`` on Python < 2.7.9 (PR by Benoit Pierre) - Fixed permissions on the generated ``.dist-info/RECORD`` file ```
Links - PyPI: https://pypi.org/project/wheel - Changelog: https://pyup.io/changelogs/wheel/ - Repo: https://github.com/pypa/wheel