From 9db2afd3c99369eeccd231402adab5e448b07605 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 31 Jul 2019 14:44:23 -0700 Subject: remove python 3.5 constraint --- Pipfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Pipfile') diff --git a/Pipfile b/Pipfile index 1632adc..885177d 100644 --- a/Pipfile +++ b/Pipfile @@ -16,4 +16,5 @@ python-stdnum = "*" datasette = "*" [requires] -python_version = "3.5" +# Can't require "3.5 or 3.6" here, so just removing. See pipenv github issues. +#python_version = "3.5" -- cgit v1.2.3