Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

0.16.1 - Workaround setuptools bug

Compare
Choose a tag to compare
@autopulated autopulated released this 31 Mar 13:11
· 96 commits to master since this release

setuptools 20.6.6 (published this morning) causes a failure when resolving the dependencies of requests[security] (e.g. python -c "import pkg_resources; pkg_resources.require('requests[security]')"), which yotta does indirectly.

This release includes a workaround so that yotta no longer relies on pkg_resources to determine its own version.