From 12e9b2a8be4d5d6e8d203b100ebd6af02dd52d9e Mon Sep 17 00:00:00 2001 From: kououken Date: Mon, 18 Feb 2019 18:17:45 -0800 Subject: [PATCH] Updated django to 2.1.6 --- back/Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/back/Pipfile b/back/Pipfile index c996bfc..c985465 100644 --- a/back/Pipfile +++ b/back/Pipfile @@ -6,7 +6,7 @@ verify_ssl = true [dev-packages] [packages] -django = "==2.1.5" +django = ">=2.1.6" django-cors-headers = "==2.4.0" djangorestframework = "==3.8.2" django-rest-auth = "==0.9.3"