Replace optional [poetry] extra with explicit poetry dependencies

Fixes #79
This commit is contained in:
2024-08-13 13:53:26 -04:00
committed by Ethan Paul
parent 5c4d861230
commit 92b72435f4
4 changed files with 37 additions and 46 deletions

View File

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