From 6811385a71066b71c0c591ab54703c79a614febd Mon Sep 17 00:00:00 2001 From: Midgard Date: Tue, 4 Dec 2018 21:16:50 +0100 Subject: [PATCH] Use Python 3.6 instead of 3.7 --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index f80f82b..8280397 100644 --- a/Pipfile +++ b/Pipfile @@ -11,4 +11,4 @@ flask = "*" [dev-packages] [requires] -python_version = "3.7" +python_version = "3.6"