We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be3683d commit 20b4d77Copy full SHA for 20b4d77
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@chatie/grpc",
3
- "version": "0.15.5",
+ "version": "0.15.6",
4
"description": "gRPC for Chatie",
5
"main": "dist/src/index.js",
6
"typings": "dist/src/index.d.js",
python/setup.py
@@ -51,6 +51,7 @@ def setup() -> None:
51
'License :: OSI Approved :: Apache Software License',
52
'Operating System :: OS Independent',
53
],
54
+ install_requires=['betterproto', 'grpclib']
55
)
56
57
0 commit comments