nficano / python-lambda

A toolkit for developing and deploying serverless Python code in AWS Lambda.
ISC License
1.5k stars 229 forks source link

Set click version in setup.py to Pipfile click version #712

Closed Lowess closed 1 year ago

Lowess commented 2 years ago

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 !