From fa236b1fe91d031d9b3a16a9ee14dc439f5fd381 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Sat, 18 Aug 2018 10:54:16 -0500 Subject: [PATCH] pipfile: delete python version requirement, because reasons --- Pipfile | 3 --- Pipfile.lock | 6 ++---- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/Pipfile b/Pipfile index 4f6df24..0165411 100644 --- a/Pipfile +++ b/Pipfile @@ -11,6 +11,3 @@ pyyaml = "*" blinker = "*" [dev-packages] - -[requires] -python_version = "3.6" diff --git a/Pipfile.lock b/Pipfile.lock index 63740bc..0e3751f 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,12 +1,10 @@ { "_meta": { "hash": { - "sha256": "7d43dd71bd5f6ab7a5e47465e091d518de798e3bc2f94b576243a38613253a4e" + "sha256": "6d533fa235714f114f1731beca5ce3a18fe7abcff58a3341d1fdf2651447b9a7" }, "pipfile-spec": 6, - "requires": { - "python_version": "3.6" - }, + "requires": {}, "sources": [ { "name": "pypi",