Open UweKrause opened 1 year ago
I did not add a pull request, because if one just removes the two mentioned lines (in pyproject.toml
) poetry whines because the changed pyproject.toml
is not in sync with the poetry.lock
anymore.
To fix this, just run poetry lock --no-updates
.
My PR would either
pyptoject.toml
, but inconsistent poetry.lock
)pyptoject.toml
and some sketchy looking changes topoetry.lock
)
"Missing" folder
./src/headless
confusespoetry install
.Path /root/2023/challenges/dino-game/deploy/src/headless for headless does not exist
.In discord chat, alles staff said the
headless
files "were just for testing. You can simply remove the lines mentioning headless from the pyproject.toml file".I will try this advice and then (maybe?) add a PR.