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

Change implementation to mimic poetry-export-plugin #1

Open
vchrombie opened this issue Sep 16, 2021 · 0 comments
Open

Change implementation to mimic poetry-export-plugin #1

vchrombie opened this issue Sep 16, 2021 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@vchrombie
Copy link
Owner

The current implementation fetches the dependency name and version from the pyproject.toml file using tomli. Currently, this would support only three formats i.e, foo = '^n.n.n', foo = '>=n.n.n', foo = 'n.n.n'.

The goal of this issue is to change the implementation to something like how poetry-export-plugin and python-poetry/poetry-plugin-export#3 works. It needs to extract the dependency name and version from the poetry.lock file which makes it independent of the pyproject.toml file and also supports all the formats, since poetry converts them to dependency name and version format in the lock file.

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

No branches or pull requests

1 participant