#7199 add protobuf and wheel to rips requirements

This commit is contained in:
Gaute Lindkvist
2021-01-13 12:49:32 +01:00
committed by Magne Sjaastad
parent e1a6c4ef65
commit 8914ae106c
2 changed files with 3 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
grpcio
grpcio-tools
protobuf
protobuf
wheel

View File

@@ -19,5 +19,5 @@ setup(
license=license,
packages=['rips'],
package_data={'rips': ['*.py', 'generated/*.py', 'PythonExamples/*.py', 'tests/*.py']},
install_requires=['grpcio>=1.20.0']
install_requires=['grpcio>=1.20.0', protobuf, wheel]
)