armada/test-requirements.txt
Bryan Strassner 7a2ba22ab1 [390136] Add timeout options to Armada client
Allows for timeouts to be specified for each Armada client call,
and sets a more reasonable default for connect timeout of 20 seconds
instead of 3600 seconds.  Read timeout default remains at 3600s

Change-Id: I6bb04a6c8d55db4b98310f62ea6f037b3efdde24
2018-03-05 18:02:07 -06:00

18 lines
176 B
Plaintext

# General
tox
# Docs
sphinx>=1.6.2
sphinx_rtd_theme>=0.2.4
# Testing
flake8>=3.3.0
testtools==2.3.0
codecov
mock
bandit
pytest==3.2.1
pytest-mock
pytest-cov
responses>=0.8.1