2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 10:05:39 +00:00

Pin base python package requirements

- Require invoke to be installed before we can run "invoke update"
This commit is contained in:
Oliver
2021-08-18 12:03:24 +10:00
parent 8fea9bc645
commit c2af401854
3 changed files with 17 additions and 10 deletions

View File

@ -1,11 +1,5 @@
# Basic package requirements
setuptools>=57.4.0
wheel>=0.37.0
invoke>=1.4.0 # Invoke build tool
gunicorn>=20.1.0 # Gunicorn web server
# Django framework
Django==3.2.4 # Django package
Django==3.2.4 # Django package
pillow==8.2.0 # Image manipulation
djangorestframework==3.12.4 # DRF framework