atiumcache / pure-recipe

Input a recipe URL and receive well-formatted, ad-free recipes to your terminal, or save the output to a markdown file.
MIT License
71 stars 9 forks source link

Bugfix/update requirements #3

Closed rileyyy closed 10 months ago

rileyyy commented 10 months ago

Removes the pip install code from requirements.txt as that is implicitly added when running pip install -r requirements.txt Also adds the platformdirs package as a requirement as it not added implicitly nor explicitly and this prevented execution.