From c5c5c4874d6d254859ad56413836b81c9a7d2cf9 Mon Sep 17 00:00:00 2001 From: Nick DeRobertis Date: Sat, 21 May 2022 19:28:43 -0400 Subject: [PATCH] Install local flexlate in dev environment so docs can use current version --- Pipfile | 2 +- Pipfile.lock | 10 +++------- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/Pipfile b/Pipfile index 6d929eb..4ec8113 100644 --- a/Pipfile +++ b/Pipfile @@ -18,7 +18,6 @@ pytest = "*" pytest-cov = "*" mypy = "*" pypandoc = "*" -flexlate = "*" myst-parser = "*" sphinx-material = "*" py-app-conf = "*" @@ -34,3 +33,4 @@ pexpect = "*" types-pyyaml = "*" sphinxext-remoteliteralinclude = "*" sphinx-terminhtml = "*" +flexlate = {editable = true, path = "."} diff --git a/Pipfile.lock b/Pipfile.lock index 8aecb2b..fbc5c02 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "7908d1c2f57af448687d631aa2ac324b4025b35f8e74a6f34a7facf025dd0d4b" + "sha256": "67ad29015721efabe03f0d8d38a840fe1d47d6a0028326f7aa2b5f10a0ecc2b3" }, "pipfile-spec": 6, "requires": {}, @@ -296,12 +296,8 @@ "version": "==0.17.1" }, "flexlate": { - "hashes": [ - "sha256:071bdcb8ab9d5ec4f8909fe7d403c7132048fb63983fcd99125afe0f7531291a", - "sha256:a590044640c4c26dc3477cd4662a0d3c4bc93387221ec38ada57cfba817701c1" - ], - "index": "pypi", - "version": "==0.14.1" + "editable": true, + "path": "." }, "gitdb": { "hashes": [