Releases: fpgmaas/deptry
Releases · fpgmaas/deptry
0.4.2
What's Changed
- more docstrings, fixed some typos by @fpgmaas in #89
- Result logging by @fpgmaas in #90
- Added a warning to not install deptry globally, but within virtual environment by @fpgmaas in #93
- fixed an issue with requirements.txt not being found if not in root dir by @fpgmaas in #94
Full Changelog: 0.4.1...0.4.2
0.4.1
Setuptools (#88)
* ignored setuptools and setup.py by default
0.3.2
Added check to fail CI if codecov drops (#82)
0.3.1
Added comma-separated CLI arguments, added unit tests for configurati…
0.2.17
Add option --extend-exclude (#76)
* extend exclude
0.2.16
modified README, docs and added FAQ to docs (#74)
0.2.15
Improved handling of conditional and obsolete dependencies (#73)
* added default module name if package not found in environment
* Added unit tests for dependency_getter
0.2.14
- Relaxed click dependency to ^0.0.8
- Added handling for conditional dependencies.