Skip to content

Commit

Permalink
Add same websockets dependency to gabriel-server
Browse files Browse the repository at this point in the history
  • Loading branch information
jaharkes committed Aug 25, 2022
1 parent 4613cfe commit ff3e6a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setuptools.setup(
name="gabriel-server",
version="2.0.2",
version="2.1.1",
author="Roger Iyengar",
author_email="[email protected]",
description="Server for Wearable Cognitive Assistance Applications",
Expand All @@ -28,7 +28,7 @@
python_requires=">=3.6",
install_requires=[
"gabriel-protocol==2.0.1",
"websockets==8.1",
"websockets==9.1",
"pyzmq==18.1",
],
)
1 change: 1 addition & 0 deletions server/src/gabriel_server/websocket_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from gabriel_protocol import gabriel_pb2
from gabriel_protocol.gabriel_pb2 import ResultWrapper
import websockets
import websockets.server
from abc import ABC
from abc import abstractmethod
from collections import namedtuple
Expand Down

0 comments on commit ff3e6a4

Please sign in to comment.