envd icon indicating copy to clipboard operation
envd copied to clipboard

feat: support `pyproject.toml`

Open kemingy opened this issue 1 year ago • 3 comments

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

kemingy avatar Nov 16 '23 09:11 kemingy

I can have a try!

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

Electronic-Waste avatar Jan 03 '24 08:01 Electronic-Waste

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.

kemingy avatar Jan 03 '24 09:01 kemingy

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

Electronic-Waste avatar Jan 03 '24 14:01 Electronic-Waste