- Add support for parsing URL requirements (109) - Test against pip 21.3.1
0.0.23
----------------------------------------------
- Allow installed_distributions to be filtered for global distributions (103) - Support Python 3.10 - Test against pip 21.3
0.0.22
----------------------------------------------
- Allow requirement markers to be parsed (99)
0.0.21
----------------------------------------------
- Use pip list's JSON output for installed_distributions (93) - Drop support for Python 3.5 (94) - Update vendored dependencies (95) - Add type hints (97)
0.0.20
----------------------------------------------
- Ensure environment vars are passed to subprocess call (68)
0.0.19
----------------------------------------------
- Drop support for Python 2.7 - Add experimental PEP 650 support - Fix issue with handling LegacyVersions (66) - Test against pip 20.3.4, 21.0, 21.0.1