poetry
poetry copied to clipboard
Python packaging and dependency management made easy
### Description The `eval $(poetry env activate)` command does not work in Windows when running it in a Bash shell (or similar), because it does not output `.` or `source`...
- [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 With this `pyproject.toml`: ```toml [tool.poetry] package-mode = false version = "0.1.0" [tool.poetry.dependencies] python = "3.11.10" [tool.poetry.group.dev.dependencies] [tool.poetry.group.a.dependencies] pydantic = {version = "^2.11.5", extras = ["email", "decimal"]} [tool.poetry.group.b.dependencies] pydantic...
# Pull Request Check List Resolves: #8864 Changed Authors option in init.py to multiple=True. This allows the user to input –author name1 –author name2, to the nth author name. This...
### Description The removal of the export feature from 2.x flushed out a bug in Poetry's plugin system when Poetry is not running as root. In this situation, Poetry shows...
### Description I tried to debug the failing test and I've noticed a different behaviour with python 3.14.0a6 compared to python 3.13.2. With 3.13.2, `env.install` installs poetry-core. ```` (Pdb) InstalledRepository.load(venv).packages...
### Description It would be great to get feedback on this issue: https://github.com/NirDiamant/GenAI_Agents/issues/92 I am trying to setup the project but when I execute the poetry command it fails. ###...
### Issue Kind Brand new capability ### Description I'd love to be able to let poetry see both packages installed globally on my computer and packages installed via poetry to...
### Description After installing poetry 2.1.x I cannot run commands like "poetry env use ..." or "poetry new ...". I do not have a working "python" in PATH so WindowsApps...
- [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...