sockjs-tornado
sockjs-tornado copied to clipboard
Installing with PyPI brings wrong version
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: https://github.com/mrjoes/sockjs-tornado/commit/6c745eeed0afde54b990c3187a78c311bd52b5a2
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?