-
Notifications
You must be signed in to change notification settings - Fork 121
feature: exclude externals deps #193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Try:
|
That does the trick, thank you! |
Hi I need the same feature but when I try the following ❯ pydeps --only app --deps-output app_deps.svg I get this error below
Am I using it wrong? |
@anilbey you must tell pydeps where to start looking, i.e. probably (notice the extra
|
Great, thanks a lot @thebjorn |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Thanks @thebjorn for the great work!
Is it feasible to add an additional arg
--exclude-external
that allows to exclude external deps and only look at imports for internal modules?I tried using the
--only
flag but without success, maybe I am doing it wrong running:pydeps --show-deps --only /path/to/app --no-output app
The text was updated successfully, but these errors were encountered: