python-lambda icon indicating copy to clipboard operation
python-lambda copied to clipboard

Set click version in setup.py to Pipfile click version

Open Lowess opened this issue 3 years ago • 0 comments

Hi @nficano thanks for this amazing project !

I am currently facing issues due to the old version of click defined in setup.py (mostly related to pip dependency resolver issues while installing black)

According to what is in Pipefile the project currently requires click==7.1.2 so setup.py should also define the same version.

Thanks !

Lowess avatar Dec 15 '21 13:12 Lowess