
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
19 lines
228 B
Plaintext
19 lines
228 B
Plaintext
# General
|
|
tox
|
|
|
|
# Docs
|
|
sphinx>=1.6.2
|
|
sphinx_rtd_theme>=0.2.4
|
|
|
|
# Testing
|
|
bandit
|
|
coverage!=4.4,>=4.5.1 # Apache-2.0
|
|
testtools>=2.3.0 # MIT
|
|
os-testr>=1.0.0 # Apache-2.0
|
|
flake8>=3.3.0
|
|
mock
|
|
responses>=0.8.1
|
|
yapf
|
|
|
|
grpcio-tools==1.16.0
|