From a70b34759077b769b92916e8c9db5bf38969c328 Mon Sep 17 00:00:00 2001 From: Tomas Susanka Date: Sun, 29 Dec 2019 20:42:03 +0000 Subject: [PATCH] pipenv: add dominate library --- Pipfile | 1 + Pipfile.lock | 10 +++++++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index ca00259f22..0af72c645a 100644 --- a/Pipfile +++ b/Pipfile @@ -18,6 +18,7 @@ flaky = ">=3.6.1" # https://github.com/box/flaky/issues/156 pytest-ordering = "*" pytest-random-order = "*" tox = "*" +dominate = "*" ## test requirements shamir-mnemonic = "*" diff --git a/Pipfile.lock b/Pipfile.lock index a60d03f582..f2db5a77cc 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "ef2e6e714004592166f0d16d22887ef55ddb3d61b49ac882e7ead764b638d7f9" + "sha256": "e8d9a82935300b8716e549422ded189b2ce4408bc31b8d5c91bbe9979bf15a0a" }, "pipfile-spec": 6, "requires": {}, @@ -196,6 +196,14 @@ "index": "pypi", "version": "==2.2.4" }, + "dominate": { + "hashes": [ + "sha256:6e833aea505f0236a9fc692326bac575f8bd38ae0f3a1bdc73d20ca606ac75d5", + "sha256:a92474b4312bd8b4c1789792f3ec8c571cd8afa8e7502a2b1c64dd48cd67e59c" + ], + "index": "pypi", + "version": "==2.4.0" + }, "ecdsa": { "hashes": [ "sha256:867ec9cf6df0b03addc8ef66b56359643cb5d0c1dc329df76ba7ecfe256c8061",