From 6be348c1107b3aa58605a6e8f2a40ad1b4707802 Mon Sep 17 00:00:00 2001 From: kououken Date: Thu, 20 Dec 2018 12:18:37 -0600 Subject: [PATCH] Adjusted python and Django versions to match conservative Debian versions (per our tech stack plan). --- app/Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Pipfile b/app/Pipfile index f6bb2dc..b7f1045 100644 --- a/app/Pipfile +++ b/app/Pipfile @@ -6,7 +6,7 @@ verify_ssl = true [dev-packages] [packages] -django = "*" +django = "==1.10.7" gunicorn = "==19.6.0" [requires]