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 dependencies contradict project dep

2minCS opened this issue · comments

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

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

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