Bjorn
Bjorn
I'm guessing because it's mostly written in C...?
Try ``` pydeps myproject --exclude "ddtrace*" "openai*" ```
If you look at what that type actually is (i.e. whatever the type of `defaultdict(dict)` is), it might not be very helpful. I'll even argue that the comment is much...
Hi @ThibaudDauce and thank you for your interest in pydeps. Pydeps uses (a patched version of) the standard library `moduluefinder` module and unfortunaetly there is no functionality there that knows...
Hi @JP01, and thank you for your interest in Pydeps. The `-x`, `-xx`, and `--only` filters might do what you need: ``` -x PATTERN [PATTERN ...], --exclude PATTERN [PATTERN ...]...