Add support for the project
section (PEP 621)#9135
Merged
radoering merged 9 commits intopython-poetry:mainfrom radoering:pep621-supportSep 15, 2024
+1,856-479
Commits
Commits on Sep 15, 2024
add support for PEP 621: use poetry-core from main branch and bump version to 2.0.0.dev0 (python-poetry#9135)
committedadd support for PEP 621: basic compatibility with upstream changes in poetry-core (python-poetry#9135)
committedadd support for PEP 621: consider relevant project sections when calculating the content hash for the lock file (python-poetry#9135)
committed- committed
- committed
- committed
- committed
add support for PEP 621: explain the difference between
project.dependencies
andtool.poetry.dependencies
, update examples (python-poetry#9135)committedadd support for PEP 621: poetry add - change "--optional" to require an extra the optional dependency is added to (python-poetry#9135)
committed