aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile3
1 files changed, 2 insertions, 1 deletions
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"