Replace optional [poetry] extra with explicit poetry dependencies

Fixes #79
This commit is contained in:
2024-08-13 13:53:26 -04:00
parent 5c4d861230
commit 506aae0ccd
4 changed files with 38 additions and 48 deletions

View File

@@ -26,7 +26,6 @@ poetry --version --no-ansi;
poetry run pip --version;
poetry install \
--extras poetry \
--quiet \
--remove-untracked \
--no-ansi;