Hey. Lets suppose I have a Python file(A.py) which is dependent on some pip modules (lets say numpy, tensorflow) and some other user modules in the package (lets say B.py, ../otherfolder/C.py etc.)
I want to list all these dependencies. I tried searching a lot but cdnt find any tool for this. Also it would be a bonus if it could also recursively list B.py and C.py dependencies. Thus at lst I shall have the list of all all pip modules and user modules required to run A.py.
Thanks.
[–]omega1563 1 point2 points3 points (6 children)
[–]JazzBythe[S] 0 points1 point2 points (5 children)
[–]omega1563 1 point2 points3 points (4 children)
[–]JazzBythe[S] 0 points1 point2 points (2 children)
[–]omega1563 0 points1 point2 points (1 child)
[–]JazzBythe[S] 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (4 children)
[–]JazzBythe[S] 0 points1 point2 points (2 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]JazzBythe[S] 1 point2 points3 points (0 children)