carlosperate / awesome-pyproject

An Awesome List of projects using the pyproject.toml Python configuration file.
Creative Commons Zero v1.0 Universal
936 stars 35 forks source link

Added deptry to Code Analysis #64

Closed fpgmaas closed 1 year ago

fpgmaas commented 1 year ago

Resource description

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:

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.

Disclaimer: I am the author of deptry.

By submitting this pull request I confirm I've read and complied with the below requirements