You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior
Since the documentation describes running Sanic with uvicorn, I would expect this to work.
Environment (please complete the following information):
OS: Mac OS X (but I would expect it to be a problem on most platforms)
The text was updated successfully, but these errors were encountered:
ahankinson
changed the title
Uvicorn and Sanic are incompatible
Uvicorn and Sanic have incompatible websocket dependencies
Jul 10, 2019
ahankinson
changed the title
Uvicorn and Sanic have incompatible websocket dependencies
Uvicorn and Sanic have incompatible websockets dependencies
Jul 10, 2019
Describe the bug
Using pipenv to install sanic and uvicorn fails because Sanic requires websockets >= 6.0, <7.0, and uvicorn requires websockets ==7.*
You can install this with
pipenv install --skip-lock
, but locking the packages will produce an error.Expected behavior
Since the documentation describes running Sanic with uvicorn, I would expect this to work.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: