2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 11:35:41 +00:00

Merge pull request #434 from SchrodingersGat/security-fix

Update requred django version for security reasons
This commit is contained in:
Oliver
2019-08-06 18:46:42 +10:00
committed by GitHub

View File

@ -1,5 +1,4 @@
Django==2.2.3 # Django package
# psycopg2>=2.8.1 # PostgreSQL package
Django>=2.2.4 # Django package
pillow>=5.0.0 # Image manipulation
djangorestframework>=3.6.2 # DRF framework
django-cors-headers>=2.5.3 # CORS headers extension for DRF