Updated dependencies

This commit is contained in:
reverend 2020-08-18 14:35:13 +02:00
parent baf3f54e1a
commit 5c5ad9502c
1 changed files with 2 additions and 0 deletions

View File

@ -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