[PR #2466] [CLOSED] Added deptry #17830

Closed
opened 2026-05-11 14:39:45 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/2466
Author: @fpgmaas
Created: 5/8/2023
Status: Closed

Base: masterHead: master


📝 Commits (1)

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

What is this Python project?

deptry is a command line tool to check for issues with dependencies in a Python project, such as obsolete or missing dependencies. It supports the following types of projects:

  • Projects that use Poetry and a corresponding pyproject.toml file
  • Projects that use PDM and a corresponding pyproject.toml file
  • Projects that use a requirements.txt file according to the pip standards

Dependency issues are detected by scanning for imported modules within all Python files in a directory and its subdirectories, and comparing those to the dependencies listed in the project's requirements.

The documentation can be found here.

What's the difference between this Python project and similar ones?

As far as I know, the only similar project is pip-check-reqs. This only supports scanning of requirements.txt, whereas deptry supports a broader range of dependency specifications. It also contains a richer set of functionality, is currently under more active development, and has better documentation.

--

Anyone who agrees with this pull request could submit an Approve review to it.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/2466 **Author:** [@fpgmaas](https://github.com/fpgmaas) **Created:** 5/8/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`bfe0e86`](https://github.com/vinta/awesome-python/commit/bfe0e86de6a12c094c4ea91df6159d3e55d32694) Added deptry ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## What is this Python project? [deptry](https://github.com/fpgmaas/deptry) is a command line tool to check for issues with dependencies in a Python project, such as obsolete or missing dependencies. It supports the following types of projects: - Projects that use [Poetry](https://python-poetry.org/) and a corresponding pyproject.toml file - Projects that use [PDM](https://pdm.fming.dev/latest/) and a corresponding pyproject.toml file - Projects that use a requirements.txt file according to the [pip](https://pip.pypa.io/en/stable/user_guide/) standards Dependency issues are detected by scanning for imported modules within all Python files in a directory and its subdirectories, and comparing those to the dependencies listed in the project's requirements. The documentation can be found [here](https://fpgmaas.github.io/deptry/). ## What's the difference between this Python project and similar ones? As far as I know, the only similar project is [pip-check-reqs](https://github.com/r1chardj0n3s/pip-check-reqs). This only supports scanning of `requirements.txt`, whereas deptry supports a broader range of dependency specifications. It also contains a richer set of functionality, is currently under more active development, and has better documentation. -- Anyone who agrees with this pull request could submit an *Approve* review to it. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-11 14:39:45 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#17830