Mercurial > code > home > repos > light9
diff makefile @ 2392:bf7b5c344de1
make pydeps for an import graph
author | drewp@bigasterisk.com |
---|---|
date | Tue, 14 May 2024 14:39:46 -0700 |
parents | f3b8dfcf8463 |
children |
line wrap: on
line diff
--- a/makefile Tue May 14 14:38:49 2024 -0700 +++ b/makefile Tue May 14 14:39:46 2024 -0700 @@ -67,6 +67,11 @@ pull_github: hg pull git+ssh://git@github.com/drewp/light9.git +pydeps: + echo make sure src/light9/all_deps.py depends on all toplevel tools + pdm run pydeps --only=light9 --reverse --rankdir=BT --max-bacon=0 -o=work/2024/pydeps_output.svg --no-show -T=svg src/light9/all_deps.py + echo wrote https://bigasterisk.com/light9/work/2024/pydeps_output.svg + ### show ### qlc_artnet_dmx_proxy: