From 3344aae435c71e46960877bacdd84bacf1090cd7 Mon Sep 17 00:00:00 2001 From: William Vincent Date: Wed, 23 Oct 2019 14:37:58 -0400 Subject: [PATCH] add Pillow --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0f61ae3..afeaa7c 100644 --- a/README.md +++ b/README.md @@ -153,6 +153,7 @@ _A short list of Python packages that work well with Django._ - [black](https://github.com/psf/black) - Uncompromising Python code formatter - [coveragepy](https://github.com/nedbat/coveragepy) - Code coverage measurement - [nplusone](https://github.com/jmcarp/nplusone) - Auto-detect n+1 queries +- [pillow](https://github.com/python-pillow/Pillow) - Python Imaging Library - [pytest](https://github.com/pytest-dev/pytest/) - Testing framework - [python-slugify](https://github.com/un33k/python-slugify) - Returns unicode slugs