mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Merge pull request #2039 from SchrodingersGat/requirements
Re-add gunicorn to requirements file
This commit is contained in:
commit
22aa0a03c9
@ -1,5 +1,6 @@
|
|||||||
# Django framework
|
# Django framework
|
||||||
Django==3.2.4 # Django package
|
Django==3.2.4 # Django package
|
||||||
|
gunicorn>=20.1.0 # Gunicorn web server
|
||||||
|
|
||||||
pillow==8.2.0 # Image manipulation
|
pillow==8.2.0 # Image manipulation
|
||||||
djangorestframework==3.12.4 # DRF framework
|
djangorestframework==3.12.4 # DRF framework
|
||||||
|
Loading…
Reference in New Issue
Block a user