🎨 Support subpackage dependencies in a single pyproject.toml file #907
Labels
improvement
improving on something that is already existing (not a new feature as such)
nice-to-have
To assist with multiple dependabot PRs being opened per dependency, per submodule, it would help if common dependencies could be managed better. To this end, it would be great to have a single pyproject.toml file, defining our different submodule packages, and then each submodule can install their relevant package. This allows versions to be managed in a single file, simplifying dependency management and the number of automated dependabot PRs.
See: python-poetry/poetry#2270
The text was updated successfully, but these errors were encountered: