From 3c95eeeefbc2b8671b7878658d0f5ec669e97286 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Sun, 29 Oct 2017 17:13:28 +1100 Subject: [PATCH] Insist on Python 3.6, since the 'secrets' module for making secure tokens isn't available in 3.5 --- Pipfile | 3 +++ Pipfile.lock | 12 +++++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/Pipfile b/Pipfile index 331f775..3bdc75d 100644 --- a/Pipfile +++ b/Pipfile @@ -4,6 +4,9 @@ url = "https://pypi.python.org/simple" verify_ssl = true name = "pypi" +[requires] +python_version = '3.6' + [packages] diff --git a/Pipfile.lock b/Pipfile.lock index 2dc8003..a974e22 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "c9835b77b96ade2202ff84521a2cda6a3c04679d448cc434a49f3ce07d6befcf" + "sha256": "8d981d3d640ab95689a05ffd6aae4fd372a8fbe566b4e8c3caf8de2a6d3dd4e9" }, "host-environment-markers": { "implementation_name": "cpython", @@ -17,7 +17,9 @@ "sys_platform": "darwin" }, "pipfile-spec": 6, - "requires": {}, + "requires": { + "python_version": "3.6" + }, "sources": [ { "name": "pypi", @@ -178,10 +180,10 @@ }, "html5lib": { "hashes": [ - "sha256:08a3efc117a4fc8c82c3c6d10d6f58ae266428d57ed50258a1466d2cd88de745", - "sha256:0d5fd54d5b2b79b876007a70c033a4023577768d18022c15681c00561432a0f9" + "sha256:b8934484cf22f1db684c0fae27569a0db404d0208d20163fbf51cc537245d008", + "sha256:ee747c0ffd3028d2722061936b5c65ee4fe13c8e4613519b4447123fc4546298" ], - "version": "==1.0b10" + "version": "==0.999999999" }, "idna": { "hashes": [