Update dependencies and switch to poetry-core build backend. Also add a .gitignore.
poetry-core is intended to be a light weight, fully compliant, self-contained package allowing PEP 517 compatible build frontends to build Poetry managed projects.
This would be nice to merge. I am running into conflicts with the older click pinning (some of my packages require click>=8 but this is pinned to version 7).
Update dependencies and switch to
poetry-core
build backend. Also add a.gitignore
.Tests ran with
poetry run pytest
are passing.