aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2019-07-31 14:44:23 -0700
committerBryan Newbold <bnewbold@archive.org>2019-07-31 14:44:23 -0700
commit9db2afd3c99369eeccd231402adab5e448b07605 (patch)
treef318231bc07b6bd61f87ba2708058aabf865aa59 /Pipfile
parent641542f9793ea7a306d0fc2df140542f4f21b265 (diff)
downloadchocula-9db2afd3c99369eeccd231402adab5e448b07605.tar.gz
chocula-9db2afd3c99369eeccd231402adab5e448b07605.zip
remove python 3.5 constraint
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"