Add support for the UniDep package management tool? #458
Labels
integration
Integrating FawltyDeps with other tools
needs-real-projects-test
This issue is more easily tackled once we have a project in `real_project` that illustrate the issue
P3
minor: not priorized
parsing-deps
research-needed
type: feature request
Another package management tool in the Conda + Pip space that I've come across is UniDep ("Unified Conda and Pip Dependency Management"): https://github.com/basnijholt/unidep. I am unsure how much it is used, and if there is any demand for supporting it with FawltyDeps. Supporting it with FawltyDeps should be relatively straightforward:
[tool.unidep]
section inpyproject.toml
that contains a dependencies table like this:requirements.yaml
file with a similar dependencies table:The text was updated successfully, but these errors were encountered: