poetry
poetry copied to clipboard
Python packaging and dependency management made easy
- [x] I have searched the [issues](https://github.com/python-poetry/poetry/issues) of this repo and believe that this is not a duplicate. (tangentially related to #1820) - [x] I have searched the [documentation](https://python-poetry.org/docs/) and...
# Pull Request Check List Related-to: #5740 (refines the plugin part, omits the tools part) Resolves: #5729 Resolves: #3316 - [x] Added **tests** for changed code. - [x] Updated **documentation**...
- **Poetry version**: 1.2.2 - **Python version**: 3.10.8 - **OS version and name**: Windows 11 - **pyproject.toml**: n/a - [x ] I am on the [latest](https://github.com/python-poetry/poetry/releases/latest) stable Poetry version, installed...
- [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] I have searched the [FAQ](https://python-poetry.org/docs/faq/) and general [documentation](https://python-poetry.org/docs/) and believe...
- **Poetry version**: 1.2.2 - **Python version**: 3.8.10 - **OS version and name**: Windows 10 - **pyproject.toml**: N/A - [x] I am on the [latest](https://github.com/python-poetry/poetry/releases/latest) stable Poetry version, installed using...
### Issue Kind Improving documentation ### Existing Link https://python-poetry.org/docs/pyproject/#extras ### Description In the documentation for extra, we can read this : https://python-poetry.org/docs/pyproject/#extras ```toml [tool.poetry] name = "awesome" [tool.poetry.dependencies] # These...
- [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] I have searched the [FAQ](https://python-poetry.org/docs/faq/) and general [documentation](https://python-poetry.org/docs/) and believe...
### Description When using a mono-repo with dependencies that are sub-directories, installation works fine, but when adding/removing deps, the resolution process fails because an internal dependency can't be found on...
### Description The current default git-client seems to only create a shallow clone of the target git repo, which means that `rev`s, which aren't assigned to a branch, can't be...
### Description Steps to reproduce: 1. Create a poetry project. 2. Install two python versions: for example, python 3.12.2 and 3.12.3. 3. `poetry env use //bin/python`. 4. Delete existing env...