mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#7199 add protobuf and wheel to rips requirements
This commit is contained in:
committed by
Magne Sjaastad
parent
e1a6c4ef65
commit
8914ae106c
@@ -1,3 +1,4 @@
|
||||
grpcio
|
||||
grpcio-tools
|
||||
protobuf
|
||||
protobuf
|
||||
wheel
|
||||
@@ -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]
|
||||
)
|
||||
Reference in New Issue
Block a user