Skip to content

Releases: fpgmaas/deptry

0.2.9

08 Sep 11:35
cb6b173
Compare
Choose a tag to compare
fixed issue with import statement with no module, e.g. `from . import…

0.2.8

08 Sep 10:21
2b70f5d
Compare
Choose a tag to compare

0.2.8

0.2.7

07 Sep 14:52
ab2a41b
Compare
Choose a tag to compare
removed some badges from readme and docs, improved logging, modified …

0.2.6

07 Sep 13:07
806f948
Compare
Choose a tag to compare
Added functionality to display current version (#47)

0.2.5

07 Sep 12:06
604ddd8
Compare
Choose a tag to compare

Added functionality to find missing & transitive dendencies

  • working version with missing and transitive dependencies
  • added unit tests, added documentation
  • added additional logging

0.2.3

06 Sep 15:09
Compare
Choose a tag to compare
added function and class to import parsing

0.2.2

06 Sep 14:14
1d58a26
Compare
Choose a tag to compare
Added the usage of top-level module names (#37)

* Now using top-level.txt

0.2.1

05 Sep 11:35
e65f683
Compare
Choose a tag to compare
Added parsing of imports within try/except  (#32)

0.2.0

05 Sep 09:20
3fea461
Compare
Choose a tag to compare
Added Python 3.7 support (#27)

* separated documentation environment and modified github workflows accordingly
* added py37 to tox and github workflows
* added importlib-metadata dependency for python 3.7
* fixed unit tests
* added python version button to README

0.1.5

04 Sep 14:55
bbdc7d2
Compare
Choose a tag to compare
improved documentation and logging statements (#25)