crossbario / txaio

Utilities to support code that runs unmodified on Twisted and asyncio
MIT License
58 stars 30 forks source link

fix CI deploy by install latest deps, ignoring already installed #161

Closed om26er closed 4 years ago

om26er commented 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.