Features & Improvements
- Support importing dependencies from requirements.txt to dev-dependencies or sections. #291
Bug Fixes
- Fallback to static parsing when building was failed to find the dependencies of a candidate. #293
- Fix a bug that
pdm initfails whenpyproject.tomlexists but has no[project]section. #295
Improved Documentation
- Document about how to use PDM with Nox. #281