poetry
poetry copied to clipboard
Python packaging and dependency management made easy
### Description We have a custom plugin published to a private CodeArtifact repository. Since it appears that `poetry self add` doesn't work with private repositories, we added a ``` [tool.poetry.requires-plugins]...
### Issue Kind Change in current behaviour ### Description Mentioned in #6320 > Poetry currently does not support `pypirc` (though it could be added and might be a nice addition...
### Issue Kind Change in current behaviour ### Description It would be very nice if publishing packages from Poetry behaved similarly to `twine` and it added the tag (if using...
### Issue Kind Change in current behaviour ### Description The existing --config-settings option seems to filter out version and ignores overriding it from the CLI --config-settings local-version is insufficient to...
### Description I don't know that this is really considered a bug, but Poetry had me scratching my head when running a lock because the toml file for this project...
### Description A `pyproject.toml` using Poetry style dependencies, with a single requirement having different extras across multiple groups, will unhelpfully collapse all the version-specific requirements. Before version 2, the different...
### Description I'm trying to install tensorrt==8.6.1 but having some issues doing it with poetry. When I create a poetry env (python 3.10.16) and try to install tensorrt, it downloads...
### Description This `pyproject.toml` file is allowed by Poetry 2.0.1: ```toml [project] name = "test" requires-python = ">=3.10" dependencies = [ "mkdocs", ] [tool.poetry] package-mode = false ``` But should...
- [x] I am on the [latest](https://github.com/python-poetry/poetry/releases/latest) Poetry version. - [x] I have searched the [issues](https://github.com/python-poetry/poetry/issues) of this repo and believe that this is not a duplicate. - [x] If...
### Description I really don't know how to describe what's going on, but libraries in the site-packages folder are not being found when using poetry 2.1 Using a new folder:...