From 5f793db6065c189db3afb14caae760aec3b7ac4a Mon Sep 17 00:00:00 2001 From: Dan Funk Date: Wed, 20 May 2020 15:07:16 -0400 Subject: [PATCH] It is critical that the Pipfile python version matches the python version on the server. --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 6c9960d2..375ba042 100644 --- a/Pipfile +++ b/Pipfile @@ -38,4 +38,4 @@ xlrd = "*" ldap3 = "*" [requires] -python_version = "3.7" +python_version = "3.6.9"