cpbotha / xdg-open-wsl

xdg-open replacement for WSL that opens files and links using Windows apps.
BSD 3-Clause "New" or "Revised" License
162 stars 12 forks source link

Update dependencies and build backend #9

Open loicreynier opened 1 year ago

loicreynier commented 1 year ago

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.

Tests ran with poetry run pytest are passing.

bdice commented 1 year ago

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).