Updated to django 2.2.2

This commit is contained in:
Oliver Walters 2019-06-11 08:44:36 +10:00
parent 0b6fb9e2e4
commit 0644c29a96

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