Skip to content

Fix poetry lock file

Carl Schwan requested to merge work/poetry-lockfile into master

In 25e59a03, freezegun was added to pyproject.toml, but not to poetry.lock. This made 'poetry install' fail.

In the process of updating the lock file with "poetry lock", it seems to have also removed unused nltk and bcrypt.

Merge request reports