We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29f1d90 commit 71ec9c3Copy full SHA for 71ec9c3
pydeps/pydeps.py
@@ -8,6 +8,7 @@
8
import pprint
9
import sys
10
import textwrap
11
+import subprocess
12
13
from .py2depgraph import py2dep
14
from .depgraph2dot import dep2dot, cycles2dot
0 commit comments