v1.4.1
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 init
fails whenpyproject.toml
exists but has no[project]
section. #295
Improved Documentation
- Document about how to use PDM with Nox. #281