From 4f3794c59d2ced55872ca02b901a1718829ec47e Mon Sep 17 00:00:00 2001 From: Commander1024 Date: Wed, 29 Jul 2020 11:31:42 +0200 Subject: [PATCH] Commented out Python3 subversion requirement. --- Pipfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Pipfile b/Pipfile index ad3234d..2d5a223 100644 --- a/Pipfile +++ b/Pipfile @@ -10,5 +10,6 @@ django = "*" django-thumbs-v2 = "*" image = "*" -[requires] -python_version = "3" +# Commented out to not explicitly specify Python3 subversion. +# [requires] +# python_version = "3.8"