From 03bfb530e782603e597368f765adee6db7986a1a Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 9 Jan 2020 18:02:33 -0800 Subject: update Pipfile to be xenial-compatible --- python/Pipfile | 4 +++- python/Pipfile.lock | 38 +++++++++++++++++++++++--------------- 2 files changed, 26 insertions(+), 16 deletions(-) diff --git a/python/Pipfile b/python/Pipfile index e34479a..f7e59c5 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -9,7 +9,6 @@ url = "https://pypi.python.org/simple" verify_ssl = true [dev-packages] -ipython = "*" pytest = ">=4" pytest-pythonpath = "*" pytest-pylint = "*" @@ -18,6 +17,9 @@ pytest-cov = "*" pytest-mock = "*" pylint = "*" +# newer ipython conflicts with python3.5 +ipython = "<7.0.0" + [packages] requests = ">=2" raven = {extras = ['flask'],version = "*"} diff --git a/python/Pipfile.lock b/python/Pipfile.lock index a37728d..4de99d5 100644 --- a/python/Pipfile.lock +++ b/python/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "920797d5d6b73a65a9ee93e47a4198d135b5b9d095abc92c1c640f5afb2bc5ef" + "sha256": "87b092df5b5472b2b42e8d4c42e73319968c36729cc1bd3fb6de0eb3346f2a6b" }, "pipfile-spec": 6, "requires": { @@ -51,19 +51,19 @@ }, "boto3": { "hashes": [ - "sha256:58853c2dbe3ff34a506c67039ebc9ef31dc5b9ad4442ef5ac960560484926279", - "sha256:a2e40aecbda5ebf669089851f67962baf70fc6a1745c28ea157e4463cbee2a0d" + "sha256:5c00d51101d6a7ddf2207ae8a738e5c815c5fcffbee76121f38bd41d83c936a5", + "sha256:aa58c8de6aed36211e0897598de2a3d89122ad8cd1450165679720180ab880ef" ], "index": "ia", - "version": "==1.10.49" + "version": "==1.10.50" }, "botocore": { "hashes": [ - "sha256:9b060954865fbad2f143253eef3cf38b1b68eb0675212413b8f0b1342026310c", - "sha256:f1818156b6973a599d01a11868c2feb01a2d2a700ed0dbffaca5c659744a521e" + "sha256:765a5c637ff792239727c327b221ed5a4d851e9f176ce8b8b9eca536425c74d4", + "sha256:adb4cb188cd0866e7337f9a049fc68db042b0340fd496d40bca349c8dbfc6a2d" ], - "markers": "python_version != '3.1.*' and python_version != '3.0.*' and python_version >= '2.6'", - "version": "==1.13.49" + "markers": "python_version >= '2.6' and python_version != '3.1.*' and python_version != '3.0.*'", + "version": "==1.13.50" }, "brotli": { "hashes": [ @@ -773,11 +773,11 @@ }, "ipython": { "hashes": [ - "sha256:0f4bcf18293fb666df8511feec0403bdb7e061a5842ea6e88a3177b0ceb34ead", - "sha256:387686dd7fc9caf29d2fddcf3116c4b07a11d9025701d220c589a430b0171d8a" + "sha256:007dcd929c14631f83daff35df0147ea51d1af420da303fd078343878bd5fb62", + "sha256:b0f2ef9eada4a68ef63ee10b6dde4f35c840035c50fd24265f8052c98947d5a4" ], "index": "ia", - "version": "==7.11.1" + "version": "==6.5.0" }, "ipython-genutils": { "hashes": [ @@ -840,7 +840,7 @@ "sha256:b84b238cce0d9adad5ed87e745778d20a3f8487d0f0cb8b8a586816c7496458d", "sha256:c833ef592a0324bcc6a60e48440da07645063c453880c9477ceb22490aec1564" ], - "markers": "python_version >= '3.5'", + "markers": "python_version > '2.7'", "version": "==8.0.2" }, "packaging": { @@ -891,10 +891,12 @@ }, "prompt-toolkit": { "hashes": [ - "sha256:0278d2f51b5ceba6ea8da39f76d15684e84c996b325475f6e5720edc584326a7", - "sha256:63daee79aa8366c8f1c637f1a4876b890da5fc92a19ebd2f7080ebacb901e990" + "sha256:37925b37a4af1f6448c76b7606e0285f79f434ad246dda007a27411cca730c6d", + "sha256:dd4fca02c8069497ad931a2d09914c6b0d1b50151ce876bc15bde4c747090126", + "sha256:f7eec66105baf40eda9ab026cd8b2e251337eea8d111196695d82e0c5f0af852" ], - "version": "==3.0.2" + "markers": "python_version != '3.1.*' and python_version >= '2.6' and python_version != '3.0.*'", + "version": "==1.0.18" }, "ptyprocess": { "hashes": [ @@ -991,6 +993,12 @@ "index": "ia", "version": "==0.10.9" }, + "simplegeneric": { + "hashes": [ + "sha256:dc972e06094b9af5b855b3df4a646395e43d1c9d0d39ed345b7393560d0b9173" + ], + "version": "==0.8.1" + }, "six": { "hashes": [ "sha256:1f1b7d42e254082a9db6279deae68afb421ceba6158efa6131de7b3003ee93fd", -- cgit v1.2.3