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

Add pin flag.

baterflyrity opened this issue · comments

Hi! Thanks for really handsome tool.

I do not want to pin dependencies in generated requirements.txt.

How can I do this? Since found no corresponding cli option would like to suggest such one like --unpin Do not pin versions..

Does the option --comparison-specifier >= suit your needs? Run pigar generate --help for more details.

Feel free to reopen this issue.

Hi!
Thanks for clarification.
Unfortunately it is not suitable to pin versions at all in some cases. Thus I'd like to implement this feature.
Hence, I will check repo and make merge request if your are fine.