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

Added ability to resolve dependencies from PEP631 based pyproject.tom… #33

Merged
merged 3 commits into from
Mar 7, 2023

Conversation

dries007
Copy link
Contributor

What is the purpose of this pull request? (put an "X" next to item)

  • Documentation update
  • Bug fix
  • New feature
  • Other, please explain:

What changes did you make? (Give an overview)

Changed as little as possible to enable the extraction of project.dependencies and project.optional-dependencies from pyproject.toml in line with PEP 631, as used by Hatch for example.

Which issue (if any) does this pull request address?

#32

Is there anything you'd like reviewers to focus on?

You can test the implementation by running the program inside of the tests/data folder, as the pyproject.toml file there will take priority and be used as the config file. It specifies that the PEP631 format should be used, so it becomes sort of "self referential".

@FredHappyface
Copy link
Member

Hi thanks for this, happy to go ahead and merge

@FredHappyface FredHappyface merged commit b662b95 into FHPythonUtils:master Mar 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants