poetry
poetry copied to clipboard
Python packaging and dependency management made easy
### Issue Kind Brand new capability ### Description - Add an info to the `poetry add` help that states that dependency groups aren't equivalent to groups of extras and have...
Issue:#9911 # Pull Request Check List Resolves: #issue-number-here - [ ] Added **tests** for changed code. - [ X] Updated **documentation** for changed code.
### Description Using poetry 1.8.3 and pip 24.1.1 Torch is marked as a dependency in pyproject.toml as: ``` ... torch = { version = "2.3.1", source = "pytorch-cpu", optional =...
### Description Poetry install fails when using a **github dependency with subdirectory** AND **in-project virtual environments**. I have confirmed that this issue happens on Poetry 1.6, 1.7 and 1.8.5. This...
### Description `tkinter` requires some subfolders from the `tcl` folder of the CPython installation. However `poetry` does not copy these in, and `poetry` does not allow post-install scripts, meaning there...
### Issue Kind Change in current behaviour ### Description Right now the development experience using Poetry is like 1. Download Python using pyenv 2. Set that environment as default 3....
### Issue Kind Change in current behaviour ### Description According to the documentation ([Poetry Repositories Documentation](https://python-poetry.org/docs/repositories#primary-package-sources)) and current Poetry behavior, when a new source is added, it is automatically assigned...
### Description Hello, I'm opening this issue just for conscience as if I really needed to fix these includes I would do it in the downstream distribution recipe script but...
# Pull Request Check List Resolves: #4055 - [ ] Added **tests** for changed code. - [ ] Updated **documentation** for changed code.
### Description Hey, what's wrong with the repository? ``` kmille@linbox:freetar vim pyproject.toml kmille@linbox:freetar poetry add requests-ip Using version ^1.0.14 for requests-ip-rotato Updating dependencies (0.6s)^C ``` - https://pypi.org/project/requests-ip-rotator/ - https://github.com/Ge0rg3/requests-ip-rotator Seems...