From 2fa765ef374a6d5b0c417f3f8345b9f5f8ddad0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Sun, 5 Jan 2020 18:49:01 +0100 Subject: [PATCH] Pipfile: Add the local package as a dev-dependency. --- Pipfile | 1 + Pipfile.lock | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 756dc94..ee65506 100644 --- a/Pipfile +++ b/Pipfile @@ -6,6 +6,7 @@ verify_ssl = true [dev-packages] maturin = ">=0.7.7" pytest = ">=4.0" +e1839a8 = {path = "."} [requires] python_version = "3.8" diff --git a/Pipfile.lock b/Pipfile.lock index 4ae5d58..027a35d 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "7438584c31033535a2b8484203f99360422c2bb8fdb4ce021ff4fc1cadaf55a3" + "sha256": "1c94e878490fee6005d6f867575b7724b9129e90d5f766d8344985bb9b3a4e07" }, "pipfile-spec": 6, "requires": { @@ -24,6 +24,9 @@ ], "version": "==19.3.0" }, + "e1839a8": { + "path": "." + }, "maturin": { "hashes": [ "sha256:2533c648aa8fa19f7a9d4f62282b4adce2f9c07c49f512005f92911be767555e",