Closed turnkit closed 1 year ago
To run I had to first: pip install click
Actually in pyenv needed to run: python -m pip install click
Should click be added to requirements?
There's no use of the library 'click' in this script.
Click is a dependency of Flask
Just upgrade click
pip install --upgrade click
To run I had to first: pip install click
Actually in pyenv needed to run: python -m pip install click
Should click be added to requirements?