You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation of Habushu allows us to leverage the managedDependencies feature to control versioning for any tool.* dependency within our pyproject.toml files through a pom.xml file. This has proven to be a highly valuable feature for dependency management.
However, one limitation we've encountered is the inability to manage values within the build-system section of the pyproject.toml file.
Being able to control and update the version of poetry, which we use extensively for Python project management, within the build-system section would greatly enhance our efficiency and control over project dependencies. This modification would allow us to more effectively manage our Python projects via Poetry, as described in their Git README.
The text was updated successfully, but these errors were encountered:
The current implementation of Habushu allows us to leverage the
managedDependencies
feature to control versioning for anytool.*
dependency within ourpyproject.toml
files through apom.xml
file. This has proven to be a highly valuable feature for dependency management.However, one limitation we've encountered is the inability to manage values within the
build-system
section of thepyproject.toml
file.Being able to control and update the version of poetry, which we use extensively for Python project management, within the
build-system
section would greatly enhance our efficiency and control over project dependencies. This modification would allow us to more effectively manage our Python projects via Poetry, as described in their Git README.The text was updated successfully, but these errors were encountered: