aboutsummaryrefslogtreecommitdiffstats
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
parent641542f9793ea7a306d0fc2df140542f4f21b265 (diff)
downloadchocula-9db2afd3c99369eeccd231402adab5e448b07605.tar.gz
chocula-9db2afd3c99369eeccd231402adab5e448b07605.zip
remove python 3.5 constraint
-rw-r--r--Pipfile3
-rw-r--r--Pipfile.lock7
2 files changed, 4 insertions, 6 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"
diff --git a/Pipfile.lock b/Pipfile.lock
index a2972f4..a2d5774 100644
--- a/Pipfile.lock
+++ b/Pipfile.lock
@@ -1,12 +1,10 @@
{
"_meta": {
"hash": {
- "sha256": "f2fa5bb98edfeff0b8b3fe1130cc984e545d1e30d944c11e9b665cd00c8ff91b"
+ "sha256": "c95bdda823745168833fb76e2165172b1472afc5db80a3725036bfcc2a0e10b2"
},
"pipfile-spec": 6,
- "requires": {
- "python_version": "3.5"
- },
+ "requires": {},
"sources": [
{
"name": "pypi",
@@ -88,7 +86,6 @@
},
"httptools": {
"hashes": [
- "sha256:b2c86abfbab1e7d34067c941b67e687cf57ecfa0a142736852843acf33300de8",
"sha256:e00cbd7ba01ff748e494248183abc6e153f49181169d8a3d41bb49132ca01dfc"
],
"markers": "sys_platform != 'win32' and sys_platform != 'cygwin' and platform_python_implementation != 'pypy'",