Features & Improvements
- Provide an option to export requirements from pyproject.toml #190
- For Windows users,
pdm --pep582
can enable PEP 582 globally by manipulating the WinReg. #191
Bug Fixes
- Inject
__pypackages__
intoPATH
env var duringpdm run
. #193