poetry
poetry copied to clipboard
Python packaging and dependency management made easy
- **Poetry version**: 1.2.2 - **Python version**: 3.8.2 - **OS version and name**: macOS Monterey - **pyproject.toml**: https://gist.github.com/antoineeudes/dfccd21bb13dd5d55e8bf434b7d59cdd - [x] I am on the [latest](https://github.com/python-poetry/poetry/releases/latest) stable Poetry version, installed using...
- **Poetry version**: 1.7.1 - **Python version**: 3.10.12 - **OS version and name**: macOS 13.4 - **pyproject.toml**: https://github.com/jpugliesi/poetry-git-local-dep-bug - [x] I am on the [latest](https://github.com/python-poetry/poetry/releases/latest) stable Poetry version, installed using...
# Init Docker Best Practices documentation Resolves: Discussion #1879 This PR is intended to begin the section on Docker Best Practices in Documentation. It will serve as a collection point...
- [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...
- [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...
There are at least some users who will miss `--dev/-D`, see https://github.com/orgs/python-poetry/discussions/7530. Personally, I still tend to remove it.
Before diving into the issue, a short clarification: 1. There are [packages includes](https://python-poetry.org/docs/pyproject/#packages), which default to sdist **and** wheel. 2. There are [includes](https://python-poetry.org/docs/pyproject/#include-and-exclude), which (according to the docs) default to...
- [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...
# Pull Request Check List Resolves: #9714 Docs are updated, tests are not applicable for this one (I think -.-)
### Issue Kind Improving documentation ### Existing Link https://python-poetry.org/docs/configuration/#certificatesnamecert ### Description I struggled several time trying to install python packages from git repository hosted on private company github or gitlab...