Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
csst
Pyscalebox
Commits
9c82788e
Commit
9c82788e
authored
Aug 30, 2022
by
zxl
Browse files
增加grpcio,grpcio-tools包
parent
47800d3d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
setup.py
setup.py
+1
-1
No files found.
setup.py
View file @
9c82788e
...
...
@@ -4,7 +4,7 @@ setup(name='pyscalebox',
description
=
'level 2 pipeline api:send_message_L2(body)'
,
author
=
'zhangxiaoli'
,
author_email
=
'zhangxiaoli@cnic.cn'
,
requires
=
[
'os'
,
'grpc'
],
# 定义依赖哪些模块
requires
=
[
'os'
,
'grpc
io'
,
'grpcio-tools
'
],
# 定义依赖哪些模块
py_modules
=
[
'pyscalebox'
,
'control_pb2'
,
'control_pb2_grpc'
],
# 系统自动从当前目录开始找包
# packages=find_packages(),
license
=
"apache 3.0"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment