From 9abeea694ffe2758208a6d79e766b47f9f294290 Mon Sep 17 00:00:00 2001 From: Nik Kantar Date: Mon, 1 Jan 2024 11:52:24 -0800 Subject: [PATCH] Update Poetry config --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 1328a9b..962de0c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,6 +44,7 @@ include = [ [tool.poetry.dependencies] python = "^3.9" # TODO not ideal, supporting 3.8 would be good +parsenvy = {path = ".", develop = True} # Docs sphinx = {version = "^7.2.6", optional = true}