Releases: bneijt/poetry-lock-package
Allow multiple --ignore, add --no-parent
This release allows you to use --ignore
multiple times so you don't have to do regex or statements (pyspark|numpy)
.
Another addition is the --no-parent
to skip the addition of the parent project as a dependency of the lock project. This should allow you to ship your requirements and your package as two separate entities.
Feature release: add --ignore
Add --ignore option which allows for filtering of dependencies using a regular expression
Switch default --test option to False
Feature release: add --wheel option to build lock project
Because it's hard to determine the lock project folder, this new release has a --wheel option which will subprocess.call poetry build --format=wheel in that newly created folder for you.
Drop scripts configuration from lock project
Bugfix, drop scripts configuration from lock project.
Initial release
Bare minimal to get you going.
Expect a rough ride and get ready to start filing issues.
Thanks in advance if you participate!