Move grpc tools to test requirements
Grpc tools is only needed for `make protoc` to generate the tiller grpc code. This will result in it being removed from Armada's docker image as well as Shipyard's once the Armada git reference is uplifted there to include this change. Change-Id: Iede466db4fd2d157c2f86235dc6b6e35c706d8d8
This commit is contained in:
parent
52f29ddf73
commit
8d54bd4c3a
@ -1,7 +1,6 @@
|
|||||||
deepdiff==3.3.0
|
deepdiff==3.3.0
|
||||||
gitpython
|
gitpython
|
||||||
grpcio==1.16.0
|
grpcio==1.16.0
|
||||||
grpcio-tools==1.16.0
|
|
||||||
jsonschema>=2.6.0
|
jsonschema>=2.6.0
|
||||||
keystoneauth1==2.21.0
|
keystoneauth1==2.21.0
|
||||||
keystonemiddleware==4.9.1
|
keystonemiddleware==4.9.1
|
||||||
|
@ -14,3 +14,5 @@ flake8>=3.3.0
|
|||||||
mock
|
mock
|
||||||
responses>=0.8.1
|
responses>=0.8.1
|
||||||
yapf
|
yapf
|
||||||
|
|
||||||
|
grpcio-tools==1.16.0
|
||||||
|
Loading…
Reference in New Issue
Block a user