poeblix icon indicating copy to clipboard operation
poeblix copied to clipboard

Poetry Plugin that adds various features deemed unfit for the official release, but makes sense to me

Results 5 poeblix issues
Sort by recently updated
recently updated
newest added

When using `poetry blixbuild`, the following dependencies: ```toml [tool.poetry.dependencies] python = "^3.11" "ruamel.yaml" = "^0.17.21" ``` result in ``` Requires-Dist: ruamel-yaml (==0.17.40) Requires-Dist: ruamel-yaml-clib (==0.2.8) Requires-Dist: ruamel.yaml (>=0.17.21,=0.17.21,

For example, I have in my `pyproject.toml`: ``` torch = [ { version = "==2.0.1", source = "pypi", markers = "sys_platform != 'linux' or platform_machine == 'aarch64'" }, { version...

``` poetry blixbuild --with-groups=dev,integ,etc. ``` What is the default behaviour here? The help doesn't specify this.

I am wondering if we could create `poeblix lock`. I have the following use case in mind. - In the pyproject.toml file, I want to have the packages that I...

Hi, Given that this project isn't maintained anymore (thank you for the time you put into it and shared it with us @spoorn) I'm looking for an alternative for the...