poetry
poetry copied to clipboard
Python packaging and dependency management made easy
- [x] I am on the [latest](https://github.com/sdispater/poetry/releases/latest) Poetry version. - [x] I have searched the [issues](https://github.com/sdispater/poetry/issues) of this repo and believe that this is not a duplicate. - [x] If...
- [ x] I am on the [latest](https://github.com/python-poetry/poetry/releases/latest) Poetry version. - [ 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 [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...
- **OS version and name**: Ubuntu Linux 18.04 - **Poetry version**: 1.0.10 (in a [_`zipapp`_](https://docs.python.org/3.6/library/zipapp.html)) - **Python**: CPython 3.6.9 ## Issue ``` $ poetry config -vvv --list [ValueError] Schema poetry-schema...
We should rename the dependency option `develop` to `editable` to align with what it actually is and to [avoid confusion with a "development dependency"](https://github.com/python-poetry/poetry/issues/2999#issuecomment-701418325). ```diff - foo = { path...
### Issue Kind Other ### Description I'm working on deploying the AI/ML models to production. I'm using Poetry for dependency management and notably the lock file capabilities. However, I observe...
Python 3.8 will be EOL on October. Let's drop the support than for running Poetry itself with it.
- **Poetry version**: 1.6.1 - **Python version**:3.11.3 - **OS version and name**: macOS 12.6.8 - **pyproject.toml**: [pyproject.toml](https://gist.github.com/ninjit/0e0a4152148e4e79a701e5ff6fcfab0d) - [x] I am on the [latest](https://github.com/python-poetry/poetry/releases/latest) stable Poetry version, installed using a...
### Description When the following is run in a CI job on GL, a 400 is returned, indicating that Auth succeeded (the 400 is expected on successful auth) ```yaml -...