deptry
deptry copied to clipboard
Find unused, missing and transitive dependencies in a Python project.
Hi there, thanks a lot of for this tool! Something I've discussed with a colleague. What are your thoughts on this? **Is your feature request related to a problem? Please...
In our framework, we developed a number of Python packages with a specific hierarchical name convention ``` a.b.c a.b.d a.f.z ``` etc. In a package I want to check with...
**Is your feature request related to a problem? Please describe.** Right now, Deptry looks for `[project.optional-dependencies]` in `pyproject.toml`, but not for `[dependency-groups]` which was added in [PEP 735](https://peps.python.org/pep-0735/). This makes...
**Environment** - **deptry version**: 0.23.0 - **Python version**: 3.11 - **Operating system** macOs 15.4 and python:3.11-bookworm docker image **Describe the issue** I get different results running the same version of...
**Is your feature request related to a problem? Please describe.** Currently, `deptry` relies on the presence of installed packages in the runtime environment to map declared dependencies to top-level imports....
I have a a uv-workspace-based monorepo. I'd like to be able to express my deptry configuration in exactly one place, the top-level `pyproject.toml`; the `--config` option almost lets me do...
**PR Checklist** - [ ] A description of the changes is added to the description of this PR. - [x] If there is a related issue, make sure it is...