With this release, FawltyDeps adds support for Conda and Pixi projects! FawltyDeps will now parse dependency declarations in environment.yml
and pixi.toml
files, as well as Pixi fields in pyproject.toml
. Note that if your Conda/Pixi project includes many non-Python dependencies, for now these are likely to show up as unused dependencies in FawltyDeps' analysis.
If your project uses Conda or Pixi, please give FawltyDeps v0.18.0 a try. We're always happy to receive feedback on our Discord channel or our issue tracker.
What's Changed
- Preliminary support for Pixi projects using pyproject.toml by @jherland in #455
- Preliminary support for Pixi projects using pixi.toml by @jherland in #456
- Add link to FawltyDeps GItHub Action in FAQ by @obscurerichard in #461
- Initial support for environment.yml files by @jherland in #457
New Contributors
- @obscurerichard made their first contribution in #461
Full Changelog: v0.17.0...v0.18.0