Initial working zmq pub sub and topic integration

This commit is contained in:
SimLeek
2021-07-04 22:27:00 -07:00
parent 2b2b5d353d
commit 405ce8f547
11 changed files with 153 additions and 126 deletions

View File

@ -44,7 +44,8 @@ setup(
"localpubsub==0.0.4",
"numpy>=1.17.0",
"opencv-python==4.*,>=4.0.0",
"pyzmq==18.1.0",
"pyzmq>=22.0.3",
"tensorcom"
],
extras_require={
# pypi doesn't allow direct dependencies for security reasons,