From 55e04c094df86c0346e6b2555ac80fec906e1666 Mon Sep 17 00:00:00 2001 From: Commander1024 Date: Mon, 27 Jul 2020 23:00:58 +0200 Subject: [PATCH] Added new requirement in Readme.md. --- Readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Readme.md b/Readme.md index 4d16f1f..a3bf0a3 100644 --- a/Readme.md +++ b/Readme.md @@ -13,6 +13,7 @@ Right now it depends on the following non-core Python 3 libraries. These can be or into the venv locally. * [django](https://www.djangoproject.com/) Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. + * [django-thumbs-v2](https://github.com/rrmerugu/django-thumbs-v2) Create thumbnails for your images with Django. Currently the the repo is quite a mess, with full Python 3.8 site-packages in-repo and other sketchy stuff. This will be fixed sometime.