From e27785a40548e12a279e63bf473c47c6180b4c27 Mon Sep 17 00:00:00 2001 From: reinsle Date: Fri, 31 Jul 2020 21:20:53 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9EPipfile=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit remove python 3.5 dependencie --- Pipfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Pipfile b/Pipfile index 925f357..d254a65 100644 --- a/Pipfile +++ b/Pipfile @@ -25,6 +25,3 @@ sphinx = "*" sphinx-rtd-theme = "*" sphinx-click = "*" pex = "*" - -[requires] -python_version = "3.5"