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.61k stars 90 forks source link

Update pip to 24.1.1 and fix all `pip._vendor` prefixes #208

Closed damnever closed 3 weeks ago

damnever commented 3 weeks ago

close #207

h3llrais3r commented 3 weeks ago

Thanks for the fix. Will there be a release for this?

damnever commented 3 weeks ago

@h3llrais I realize I posted in the wrong place.. https://github.com/damnever/pigar/issues/207#issuecomment-2210443916

Yes, this will be released soon, but I cannot give a concrete date. You can install pigar directly from GitHub:

pip uninstall pigar
pip install git+https://github.com/damnever/pigar.git@main --upgrade
h3llrais3r commented 1 week ago

Thanks, it works again!