-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
is PySocks a dependancy ? #990
Comments
@stonebig yes, this is intentional so that SOCKS support comes out of the box, and the user doesn’t have to install |
Not directly, it's just the Way you specify it in setup.py is imperfectly managed in pip toolset |
@stonebig do you have all answers you had looked for? |
Closing as the question was answered, @stonebig if you have any more questions feel free to create new issues. |
Sorry, I forgot to Close. Happy new Year to the team. |
With pip-20.3 new resolver coming, pysocks is enterpreted as mandatory dependancy from your https://github.com/httpie/httpie/blob/master/setup.py#L40..L41
Is it what you wanted ?
( maybe it's a bug, not clear to me what the truth shall be: pypa/pip#9112 (comment))
The text was updated successfully, but these errors were encountered: