2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-16 03:55:41 +00:00

Merge pull request #891 from SchrodingersGat/security-fix

Update requirements.txt
This commit is contained in:
Oliver
2020-08-03 19:53:34 +10:00
committed by GitHub

View File

@ -1,6 +1,6 @@
wheel>=0.34.2 # Wheel
Django==3.0.7 # Django package
pillow==6.2.2 # Image manipulation
pillow==7.1.0 # Image manipulation
djangorestframework==3.10.3 # DRF framework
django-dbbackup==3.3.0 # Database backup / restore functionality
django-cors-headers==3.2.0 # CORS headers extension for DRF