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

Idea: add support for lock packages #1

Open
bneijt opened this issue May 23, 2021 · 0 comments
Open

Idea: add support for lock packages #1

bneijt opened this issue May 23, 2021 · 0 comments

Comments

@bneijt
Copy link

bneijt commented May 23, 2021

I'm currenlty exporting requirements in a package using a script based on poetry and the lock information.

I think this plugin would be a good place to add that functionality using --format wheel to create a package which depends on all lock versions. Often I get asked why not just use requirements.txt: python packages are more easily distributed though existing channels and my use-case requires me to ignore (not pin down) some parts of the depenency tree.

As this is the official export plugin, I would love to help integrate the logic from poetry-lock-packge into this plugin.

My current plugin implementation can be tracked here: bneijt/poetry-lock-package#13

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

No branches or pull requests

1 participant