Skip to content

v1.4.1

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Mar 06:56
f9dfeaa

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 when pyproject.toml exists but has no [project] section. #295

Improved Documentation

  • Document about how to use PDM with Nox. #281