Feature: Support for PEP631: Declaring dependencies in pyptoject.toml
dries007 opened this issue · 1 comments
dries007 commented
Feature
- I have read the comment above and have completed each step
- I have filled in each heading below
Is your feature request related to a problem? Please describe
I'm using the build system Hatch, without a separate requirements.txt
file, and I would like to check my dependencies' licences without first having to extract that information with a separate step.
Describe the solution you'd like
Support is added to directly read dependencies from pyproject.toml
.
Describe alternatives you've considered
Continue to use a wrapper script to first create a requirements.txt
file and then delete it again.
Additional context
FredHappyface commented
Thanks for this, merged and released :)