poetry-plugin-export icon indicating copy to clipboard operation
poetry-plugin-export copied to clipboard

Idea: add support for lock packages

Open bneijt opened this issue 3 years ago • 0 comments

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: https://github.com/bneijt/poetry-lock-package/pull/13

bneijt avatar May 23 '21 06:05 bneijt