Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Support for PEP631: Declaring dependencies in pyptoject.toml #32

Closed
2 tasks done
dries007 opened this issue Feb 22, 2023 · 1 comment
Closed
2 tasks done
Assignees
Labels
enhancement New feature or request

Comments

@dries007
Copy link
Contributor

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
Copy link
Member

Thanks for this, merged and released :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants