From c0808326334c3c1724c142542fad05a72c2b2457 Mon Sep 17 00:00:00 2001 From: Jason McBrayer Date: Tue, 5 Feb 2019 19:03:47 -0500 Subject: [PATCH] Remove required python_version from Pipfile I'm not sure what the actual minimum requirement is; I've used 3.6-3.7 while developing it, and I'm pretty sure 3.5 will work. --- Pipfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Pipfile b/Pipfile index 13cd8b4..1036bb7 100644 --- a/Pipfile +++ b/Pipfile @@ -28,5 +28,3 @@ lxml = "*" [dev-packages] -[requires] -python_version = "3.6"