We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
I'm installing this in my project using pip and version 1.0.3 (lastest shown here: https://pypi.python.org/pypi/sockjs-tornado)
pip
However I noticed that I don't get the latest files. In particular I'm affected by the problem that this commits fixes: 6c745ee
When I look at the code after the pip installation, those lines are still there which also matches the behavior i see in my server.
Is there a way to update the pip repo so that the actual code from 1.0.3 is there?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm installing this in my project using
pip
and version 1.0.3 (lastest shown here: https://pypi.python.org/pypi/sockjs-tornado)However I noticed that I don't get the latest files. In particular I'm affected by the problem that this commits fixes: 6c745ee
When I look at the code after the pip installation, those lines are still there which also matches the behavior i see in my server.
Is there a way to update the pip repo so that the actual code from 1.0.3 is there?
The text was updated successfully, but these errors were encountered: