SatSale

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 416d04f7873c85288e87337c6ab2c3a0d4f49c2a
parent e84710bb826ed22e20789dd1144ce42b3cd0c672
Author: NicholasFarrow <nicholas.w.farrow@gmail.com>
Date:   Sun, 27 Dec 2020 13:24:59 +1100

add pillow requirement

Diffstat:
Mrequirements.txt | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/requirements.txt b/requirements.txt @@ -6,3 +6,4 @@ MarkupSafe==1.1.1 requests==2.25.0 gunicorn==20.0.4 eventlet==0.30.0 +Pillow==8.0.1