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

relax requirements, avoid hardpinning #10

Open woutervh opened 1 year ago

woutervh commented 1 year ago

poetry promotes the very bad practice of hardpinning tight ranges, and declaring packages incompatible with non-existing future releases, that likely will be very compatible.

this PR remove upper bound pinning.