Releases: fpgmaas/deptry
Releases · fpgmaas/deptry
0.5.4
added a summary line to the logging (#120)
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…