From e3f49b8996a664d5f1b9012327c6954761a8dc97 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Wed, 24 Mar 2021 08:31:53 +1100 Subject: [PATCH] Install invoke and gunicorn as part of requirements.txt --- requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index 2c8bd9f3e7..4749a78a91 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ +invoke>=1.4.0 # Invoke build tool wheel>=0.34.2 # Wheel Django==3.0.7 # Django package pillow==7.1.0 # Image manipulation @@ -31,5 +32,6 @@ django-test-migrations==1.1.0 # Unit testing for database migrations python-barcode[images]==0.13.1 # Barcode generator qrcode[pil]==6.1 # QR code generator django-q==1.3.4 # Background task scheduling +gunicorn>=20.0.4 # Gunicorn web server inventree # Install the latest version of the InvenTree API python library