mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 12:06:44 +00:00
Install invoke and gunicorn as part of requirements.txt
This commit is contained in:
parent
edbbfff1af
commit
e3f49b8996
@ -1,3 +1,4 @@
|
|||||||
|
invoke>=1.4.0 # Invoke build tool
|
||||||
wheel>=0.34.2 # Wheel
|
wheel>=0.34.2 # Wheel
|
||||||
Django==3.0.7 # Django package
|
Django==3.0.7 # Django package
|
||||||
pillow==7.1.0 # Image manipulation
|
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
|
python-barcode[images]==0.13.1 # Barcode generator
|
||||||
qrcode[pil]==6.1 # QR code generator
|
qrcode[pil]==6.1 # QR code generator
|
||||||
django-q==1.3.4 # Background task scheduling
|
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
|
inventree # Install the latest version of the InvenTree API python library
|
||||||
|
Loading…
x
Reference in New Issue
Block a user