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 may include packages which are not required

daknuett opened this issue · comments

I recently found that the package pyqcs has been marked as "used by" by several projects on github. These projects have requirements.txt which are automatically generated using pigar. In the code the package is not used.

Perhaps this is a user error by the maintainers or a bug in pigar.

Related repositories are:

pyqcs is a dirty record of yaml, this will be fixed in next release.

pigar v2 pip install pigar==2.0.0 should fix this issue