damnever / pigar

:coffee: A tool to generate requirements.txt for Python project, and more than that. (IT IS NOT A PACKAGE MANAGEMENT TOOL)
https://damnever.github.io/pigar/
BSD 3-Clause "New" or "Revised" License
1.64k stars 90 forks source link

Pigar dependencies contradict project dep #140

Closed 2minCS closed 1 year ago

2minCS commented 1 year ago

Pigar depends exclusively on Rich 12.5.1 despite it being superseded by 12.6.0. Is 12.5.1 the version needed or can it be updated?

pip_pigar
damnever commented 1 year ago

pip install pigar==2.0.5 has relaxed some requirements, but we need a more elegant method to fix this kind of problem.

damnever commented 1 year ago

The latest version of pigar(pip install pigar==2.0.6), has minimal requirements. I believe we have done all we can for now.