Skip to content

Releases: fpgmaas/deptry

0.5.1

18 Sep 06:06
cf4098b
Compare
Choose a tag to compare

What's Changed

  • added parsing of egg=... in urls for requirements.txt by @fpgmaas in #115

Full Changelog: 0.5.0...0.5.1

0.5.0

17 Sep 10:40
1eb80c8
Compare
Choose a tag to compare

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

15 Sep 06:27
bc0c967
Compare
Choose a tag to compare
changed parsing logic; only try to get encoding if initial parsing fa…

0.4.6

14 Sep 07:03
4a90ae1
Compare
Choose a tag to compare
detect file encoding with chardet before parsing the .py file (#103)

0.4.5

13 Sep 17:06
d9aef9c
Compare
Choose a tag to compare
Logo (#101)

* added logo

0.4.4

13 Sep 08:27
aaec423
Compare
Choose a tag to compare

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

13 Sep 06:16
976e6a3
Compare
Choose a tag to compare
solved an issue where missing dev dependencies were added to the list…

0.4.2

12 Sep 12:14
f6d8a4b
Compare
Choose a tag to compare

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

11 Sep 15:52
390b4de
Compare
Choose a tag to compare
Setuptools (#88)

* ignored setuptools and setup.py by default

0.4.0

11 Sep 15:25
42c655e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.2...0.4.0