diff --git a/package.json b/package.json index 6eda5c37..55f25633 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chatie/grpc", - "version": "0.15.5", + "version": "0.15.6", "description": "gRPC for Chatie", "main": "dist/src/index.js", "typings": "dist/src/index.d.js", diff --git a/python/setup.py b/python/setup.py index 2be4079d..8efc85b5 100644 --- a/python/setup.py +++ b/python/setup.py @@ -51,6 +51,7 @@ def setup() -> None: 'License :: OSI Approved :: Apache Software License', 'Operating System :: OS Independent', ], + install_requires=['betterproto', 'grpclib'] )