Merge pull request #388 from SchrodingersGat/django-secure

Updated to django 2.2.2
This commit is contained in:
Oliver 2019-06-11 08:56:40 +10:00 committed by GitHub
commit 5fc6617713
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
Django==2.2 # Django package
Django==2.2.2 # Django package
psycopg2>=2.8.1 # PostgreSQL package
pillow>=5.0.0 # Image manipulation
djangorestframework>=3.6.2 # DRF framework