-
Notifications
You must be signed in to change notification settings - Fork 310
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question re requests-unixsocket dependency #598
Comments
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗 |
Thank you for reporting, @lazka. You're right. As @kevin-bates mentions in #599, we removed the need for this dependency by refactoring the tests a bit. I'll merge #599 and cut a patch release today. |
Thanks! |
v1.11.2 is released with |
setup.cfg lists a requests-unixsocket dependency which doesn't work on Windows but is still installed there.
jupyter_server/setup.cfg
Line 45 in 29be9c6
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.
The text was updated successfully, but these errors were encountered: