From 946ccdf47b0eb38834e538fb34e92e9c2f58a2eb Mon Sep 17 00:00:00 2001 From: Eliah Kagan Date: Sun, 19 Mar 2023 18:40:28 -0400 Subject: [PATCH] Allow poetry to install debugpy dependency (#55) This is https://github.com/python-poetry/poetry/issues/7686. Same workaround as https://github.com/EliahKagan/palgoviz/pull/88 (https://github.com/python-poetry/poetry/issues/7686#issuecomment-1475402611). --- poetry.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 poetry.toml diff --git a/poetry.toml b/poetry.toml new file mode 100644 index 0000000..f5f4cd8 --- /dev/null +++ b/poetry.toml @@ -0,0 +1,2 @@ +[installer] +modern-installation = false