setup.cfg lists a requests-unixsocket dependency which doesn't work on Windows but is still installed there.
We are trying to package this on Windows and were wondering why this dependency is needed: msys2/MINGW-packages#9922
Looking at the the PR that added it: #525 it seems like it was added by accident and isn't actually used, unless I'm missing something.