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. - [x] I have searched the [documentation](https://python-poetry.org/docs/) and believe that my question...
# Pull Request Check List Resolves: https://github.com/python-poetry/poetry/issues/1488 again - [x] Added **tests** for changed code. - [ ] Updated **documentation** for changed code. https://github.com/python-poetry/poetry/issues/1488 once be fixed but it's broken...
# Pull Request Check List Resolves: #3219 - [x] Added **tests** for changed code. - [x] Updated **documentation** for changed code.
# Pull Request Check List Relates-to: #3155 - [x] Added tests for `poetry.vcs.git.backend` (increased coverage from 30% to 51%)
- **Poetry version**: 1.3.2 - **Python version**: 3.11.1 - **OS version and name**: macOS 13.1 - **pyproject.toml**: not publicly available pyproject.toml, but doesn't seem relevant. - [X] I am on...
### Issue Kind Missing documentation ### Existing Link https://python-poetry.org/docs/pyproject/#scripts ### Description It seems usage like ``` myscript = { reference = "some_binary.exe", type = "file" } ``` is missing from...
### Description I am having issues when I try to run pre-commit hook but I noticed that the issue is in pip, when I create a new poetry project, the...
- [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 It seems that installing a yanked package with no dependency raises the error "List index out of range". In particular, when using a default pyproject.toml file and executing...
This issue tracks the progress of version 2.0.0 of Poetry. Please surface any blockers or concerns you have regarding this major release here: ## Blockers * #9135 * #9136 *...