armada/test-requirements.txt
Sean Eagan 8d54bd4c3a 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
2019-01-29 13:12:56 -06:00

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