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
commit 4a412b7711
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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