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

feat: support pyproject.toml #1804

Open
kemingy opened this issue Nov 16, 2023 · 3 comments
Open

feat: support pyproject.toml #1804

kemingy opened this issue Nov 16, 2023 · 3 comments
Assignees

Comments

@kemingy
Copy link
Member

kemingy commented Nov 16, 2023

Describe the feature

More and more projects are adopting pyproject.toml as the Python configuration file. We should consider supporting this type of file for dependencies.

Why do you need this feature?

No response

Additional context

No response

@Electronic-Waste
Copy link
Contributor

Electronic-Waste commented Jan 3, 2024

I can have a try!

(But I'm not so familiar with python. Sometimes I may need some help.)

@kemingy
Copy link
Member Author

kemingy commented Jan 3, 2024

I think the basic requirement is to get all the dependencies from the pyproject.toml, which only requires TOML parsing. Not sure if that is sufficient.

@Electronic-Waste
Copy link
Contributor

Electronic-Waste commented Jan 3, 2024

Okay, I'll split this feature into multiple PRs, accomplishing it step by step.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants