jakecreps / poastal

Poastal - the Email OSINT tool
https://poastal.com
MIT License
533 stars 55 forks source link

pip install click -- should be added to requirements? #13

Closed turnkit closed 1 year ago

turnkit commented 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?

jakecreps commented 1 year ago

There's no use of the library 'click' in this script.

jakecreps commented 1 year ago

Click is a dependency of Flask

Just upgrade click

pip install --upgrade click