Releases: fpgmaas/deptry
Releases · fpgmaas/deptry
0.2.2
Added the usage of top-level module names (#37)
* Now using top-level.txt
0.2.1
Added parsing of imports within try/except (#32)
0.2.0
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
improved documentation and logging statements (#25)
0.1.4
Improved logging to reflect environment should be activated (#24)
* improved docstrings
0.1.3
Added functionality to support parsing imports within if/else stateme…
0.1.1
replaced command 'deptry check' with deptry (#21)
0.0.4
added the directory argument to the CLI (#13)
* added the directory argument to the CLI
0.0.3
Add support for Jupyter Notebooks (#11)
* added custom parser for extracting imports from notebooks
* added ignore-notebooks option to CLI
* updated documentation
* Added various unit tests