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
I've looked at the code a little bit. It seems that the simple-websocket dependencies is as optional as request or websocket-client. ie without it, you can still run the package in other modes (client or server, gevent or something else...)
Maybe you can:
ask the python-engineio project if simple-websocket is really a required dependency or an optional one.
put the optional dependencies (simple-websocket, request, websocket-client) behind PACKAGECONFIG
engineio now depends on simple-websocket since version 4.7.1
it doesn't seem to be specified in the recipe.
https://github.com/miguelgrinberg/python-engineio/blob/main/pyproject.toml#L14
The text was updated successfully, but these errors were encountered: