From 6f35b22e9d67569072635b69ecaaf263efe38682 Mon Sep 17 00:00:00 2001 From: Rupus Reinefjord Date: Fri, 12 Jan 2018 13:30:59 +0100 Subject: [PATCH] add python 3.6 as dep --- Pipfile | 4 ++++ Pipfile.lock | 6 ++++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Pipfile b/Pipfile index 5b8881b..c80150b 100644 --- a/Pipfile +++ b/Pipfile @@ -19,3 +19,7 @@ flask-assets = "*" [dev-packages] + +[requires] +python_version = "3.6" + diff --git a/Pipfile.lock b/Pipfile.lock index 074868f..f8db009 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "2de5ec90d8ee6f01b6383c466d82f6361f2326579862ae1b3c4014efd9e52fc8" + "sha256": "d3c62d103d9d8abe7d377f479d01885e9f5719a8826c284bc5931503071b7028" }, "host-environment-markers": { "implementation_name": "cpython", @@ -17,7 +17,9 @@ "sys_platform": "linux" }, "pipfile-spec": 6, - "requires": {}, + "requires": { + "python_version": "3.6" + }, "sources": [ { "name": "pypi",