ezmsg-org / ezmsg

Pure-Python DAG-based high-performance SHM-backed pub-sub and multi-processing pattern
https://ezmsg.readthedocs.io/en/latest/
MIT License
10 stars 5 forks source link

ezmsg-websocket: hotfix for packaging issue #15

Closed griffinmilsap closed 1 year ago

griffinmilsap commented 1 year ago

It turns out that non-stdlib dependencies in the __init__.py for a python module is a big no-no. Even though the dependency was ezmsg in this case...