Releases: fpgmaas/deptry
Releases · fpgmaas/deptry
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
0.0.2
Merge pull request #1 from fpgmaas/docs
added documentation, also added some common known packages to import_…
0.0.1
moved pytest config to tox.ini