dbosk / canvaslms

Command-line interface to Canvas LMS
https://pypi.org/project/canvaslms/
MIT License
3 stars 1 forks source link

Add `keyrings.alt` dependency for WSL #76

Open dbosk opened 1 year ago

dbosk commented 1 year ago

When running in WSL (maybe Windows too?) we don't have any backend for the keyrings package. We must install keyrings.alt package to solve this. Maybe we can add that package for those platforms. Or we should add a better error message to guide the user to install it.