Closed om26er closed 4 years ago
Uses that flag https://pip.pypa.io/en/stable/reference/pip_install/#cmdoption-i
So I think the issue is that autobahn-python doesn't have a requirements.txt file, and deps are only read from within the setup.py and pip's default upgrade strategy doesn't work in that case.
autobahn-python
Uses that flag https://pip.pypa.io/en/stable/reference/pip_install/#cmdoption-i
So I think the issue is that
autobahn-python
doesn't have a requirements.txt file, and deps are only read from within the setup.py and pip's default upgrade strategy doesn't work in that case.