mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-01 13:06:45 +00:00
Merge pull request #434 from SchrodingersGat/security-fix
Update requred django version for security reasons
This commit is contained in:
commit
4a412b7711
@ -1,5 +1,4 @@
|
|||||||
Django==2.2.3 # Django package
|
Django>=2.2.4 # Django package
|
||||||
# psycopg2>=2.8.1 # PostgreSQL package
|
|
||||||
pillow>=5.0.0 # Image manipulation
|
pillow>=5.0.0 # Image manipulation
|
||||||
djangorestframework>=3.6.2 # DRF framework
|
djangorestframework>=3.6.2 # DRF framework
|
||||||
django-cors-headers>=2.5.3 # CORS headers extension for DRF
|
django-cors-headers>=2.5.3 # CORS headers extension for DRF
|
||||||
|
Loading…
x
Reference in New Issue
Block a user