poetry
poetry copied to clipboard
Python packaging and dependency management made easy
### Description I found that `poetry install` creates a virtual environment (or handles dependencies) not the same way as an environment managed by pip. IMO, poetry should be able to...
- **Poetry version**: 1.5.1 - **Python version**: 3.9.13 - **OS version and name**: Rocky Linux 8.7 - **pyproject.toml**: NA - [x] I am on the [latest](https://github.com/python-poetry/poetry/releases/latest) stable Poetry version, installed...
This commit add support for loading the OS truststore root certificates in addition to the "legacy" certifi bundle. It will come in handy for every user behind a company proxy...
### Description Hi all, I'm having difficulty setting up a proper Dockerfile for a service in a monorepo that doesn't require the source code for the services and libraries included...
- [x] I have searched the [issues](https://github.com/sdispater/poetry/issues) of this repo and believe that this is not a duplicate. - [x] I have searched the [documentation](https://poetry.eustace.io/docs/) and believe that my question...
### Issue Kind Unclear documentation ### Existing Link https://python-poetry.org/docs/pyproject/#extras ### Description Doc link: https://python-poetry.org/docs/pyproject/#extras > Any extras you don’t specify will be removed. Note this behavior is different from [optional...
- [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**: Poetry master branch - **Python version**: 3.8.10 - **OS version and name**: Pop!_OS 22.04 LTS - **pyproject.toml**: [toml file](https://gist.github.com/niniack/404878561f2ba7927f6815a9de18bf9e) - [ ] I am on the [latest](https://github.com/python-poetry/poetry/releases/latest)...
- **Poetry version**: 1.4.0 - **Python version**: 3.8.10 - **OS version and name**: Ubuntu 22.04 - **pyproject.toml**: - [X] I am on the [latest](https://github.com/python-poetry/poetry/releases/latest) stable Poetry version, installed using a...
### Issue Kind Change in current behaviour ### Description See: https://peps.python.org/pep-0639 Additional context: - The full implementation, including the Core Metadata bump to 2.4, will require also the support on...