- Fix: provide missing logic to exclude parents of nested packages
- Fix a bug with subpackage identification caused by incorrect matching approach
- Increased minimum required Python version to
3.9
- Updated version of
pydeps
- Added logic to support nested layers
- Improved output, reporting what is found and adding more detail on what is detected
- Minimum required Python version is lowered to
^3.6
. isort
andblack
code formatting tools are added for development purposes.
- Minimum required Python version is increased to
^3.9.6
. flake8
andyamllint
code quality tools are added.