poetry
poetry copied to clipboard
Python packaging and dependency management made easy
# Pull Request Check List This backports #4618 #2398 to 1.1 branch to fix related issues. - [ ] Added **tests** for changed code. - [ ] Updated **documentation** for...
- [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] 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] If...
# Pull Request Check List This changeset improves caching of dependencies with extras in two ways: - `foo[extra]` -> `foo` dependency preserves information about `foo`'s source. If it comes from...
# Pull Request Check List Resolves: No issue raised for this. Discussed problems in Discord server, #contributing channel - [N/A ] Added **tests** for changed code. --> N/A because I...
- [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] 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] 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] If...
- [x] I have searched the [issues](https://github.com/sdispater/poetry/issues) of this repo and believe that this is not a duplicate. ## poetry deploy What I am looking for is a way to...
It would be handy to have support for using values from environment vars on `pyproject.toml` The use case I have is that I need to use different repository urls depending...