Subfolder imports do not show up on Main file
Open
- Dominant language
- Python
- Stars
- 7.5k
- Forks
- 424
- PR merge metrics
- No merged PRs in 30d
Description
This is close to #106 but I don't think that is resolved. I have the following setup:
Main
-fold1 - a.py
-fold2 - fold2.1 - b.py
- fold2.2 - fold2.2.1 - c.py
if I do pipreqs in Main, the imports from b.py or c.py do not show up.
I needed to do separately pipreqs main/fold2 and main/fold2/fold2.2
Contributor guide
Assessment
This issue has not been assessed yet.