I just discovered this software and am grateful that it exists.
I tried using --externals but encountered an error:
pydeps --externals --noshow load_time.py
Traceback (most recent call last):
File "/usr/local/bin/pydeps", line 8, in <module>
sys.exit(pydeps())
File "/usr/local/lib/python3.9/site-packages/pydeps/pydeps.py", line 149, in pydeps
_args['curdir'] = os.getcwd()
TypeError: 'Config' object does not support item assignment
I just discovered this software and am grateful that it exists.
I tried using
--externals
but encountered an error:I don't see a reason why that line https://github.com/thebjorn/pydeps/blob/master/pydeps/pydeps.py#L149 is sensitive to that flag.
Not including
--externals
does work,I'm running
The script that I'm using
pydeps
to analyze is