diff --git a/Readme.md b/Readme.md index 4bb43ee..ff4ceda 100644 --- a/Readme.md +++ b/Readme.md @@ -9,6 +9,8 @@ Right now it depends on the following non-core Python 3 libraries. These can be * [django](https://www.djangoproject.com/) django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. * [easy-thumbnails](https://github.com/SmileyChris/easy-thumbnails) A powerful, yet easy to implement thumbnailing application for Django 1.11+ + * [image](https://github.com/francescortiz/image) Image cropping for djanbgo + * [django-widget-tweaks](https://github.com/jazzband/django-widget-tweaks) Tweak the form field rendering in templates, not in python-level form definitions. ### Setting up a (pipenv) virtual environment for development