diff --git a/Pipfile b/Pipfile index c6b85d27..5728dcf9 100644 --- a/Pipfile +++ b/Pipfile @@ -19,6 +19,7 @@ requests = "*" eip712_structs = "*" coincurve = "*" aiocron = "*" +websockets = "*" [dev-packages] diff --git a/setup.py b/setup.py index 4dde0177..67c1c09a 100755 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ EMAIL = "achilleas@injectivelabs.com" AUTHOR = "Injective Labs" REQUIRES_PYTHON = ">=3.7.0" -VERSION = "0.5.8.1" +VERSION = "0.5.8.2" REQUIRED = [ "grpcio",