diff options
author | Bryan Newbold <bnewbold@archive.org> | 2019-07-31 14:44:23 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2019-07-31 14:44:23 -0700 |
commit | 9db2afd3c99369eeccd231402adab5e448b07605 (patch) | |
tree | f318231bc07b6bd61f87ba2708058aabf865aa59 | |
parent | 641542f9793ea7a306d0fc2df140542f4f21b265 (diff) | |
download | chocula-9db2afd3c99369eeccd231402adab5e448b07605.tar.gz chocula-9db2afd3c99369eeccd231402adab5e448b07605.zip |
remove python 3.5 constraint
-rw-r--r-- | Pipfile | 3 | ||||
-rw-r--r-- | Pipfile.lock | 7 |
2 files changed, 4 insertions, 6 deletions
@@ -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'", |