damnever / pigar

:coffee: A tool to generate requirements.txt for Python project, and more than that. (IT IS NOT A PACKAGE MANAGEMENT TOOL)

Home Page:https://damnever.github.io/pigar/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pigar not looking into all files of package despite having __init__.py

ishandutta2007 opened this issue · comments

In this repo in the requirements.txt generated at root of repo by pigar, you can see it totally ignores all dependencies in linkedinpy/linkedinpy.py. Same for a few other files as well.
You can clearly see linkedinpy is a package and it has __init__.py
I am using pigar version = 0.9.2