Skip to content

Commit

Permalink
update pypi install_requires config (#64)
Browse files Browse the repository at this point in the history
* 0.15.4

* add install_requires

* 0.15.5

* 0.15.6
  • Loading branch information
wj-Mcat authored May 18, 2020
1 parent be3683d commit 20b4d77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
1 change: 1 addition & 0 deletions python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def setup() -> None:
'License :: OSI Approved :: Apache Software License',
'Operating System :: OS Independent',
],
install_requires=['betterproto', 'grpclib']
)


Expand Down

0 comments on commit 20b4d77

Please sign in to comment.