python-lambda
python-lambda copied to clipboard
Set click version in setup.py to Pipfile click version
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 !