7a2ba22ab1
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
18 lines
176 B
Plaintext
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
|