Releases: fpgmaas/deptry
Releases · fpgmaas/deptry
0.5.2
Added a method to extract top level module names from RECORD (#116)
* Added a method to extract top level module names from RECORD
0.5.0
What's Changed
- Improve file scanning: Add regex support and speed up significantly by @fpgmaas in #111
Full Changelog: 0.4.7...0.5.0
0.4.7
changed parsing logic; only try to get encoding if initial parsing fa…
0.4.6
detect file encoding with chardet before parsing the .py file (#103)
0.4.4
What's Changed
- Add support for reading dependencies form urls in requirements.txt by @fpgmaas in #100
Full Changelog: 0.4.3...0.4.4
0.4.3
solved an issue where missing dev dependencies were added to the list…
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