add make depgraph

This commit is contained in:
Manuel Barkhau 2020-09-24 19:22:18 +00:00
parent b07edc9c8a
commit f31a172dcb

View file

@ -63,3 +63,10 @@ test_compat: $(COMPAT_TEST_FILES)
done;
rm -rf compat_test/
depgraph:
pydeps src/pycalver \
--no-show --noise-level 3 \
--reverse --include-missing \
-x 'click.*' 'toml.*' 'pretty_traceback.*' \
-o pycalver_deps.svg