Python 1.0.2
There are 2 bug fixes in this PR:
-
pip moved away from holding pep425tags in their codebase in pip version 20+, so we just import from wheel instead.
-
The way we resolved requirement specs was not the most robust. We can just use pkg_resources's Requirement class functionality instead of writing our own. In particular, our original implementation did not work with "~=".