summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorSteve Martinelli <s.martinelli@gmail.com>2016-08-11 00:40:23 -0700
committerSteve Martinelli <s.martinelli@gmail.com>2016-08-11 00:45:56 -0700
commit51cbe414e3ea9da59c1cf0b34e96fd3cef52b514 (patch)
tree7eb1ae3c02bad3ea22d98a93ceeab227b431e54f /test-requirements.txt
parentfc7a69e410f217a436f7dae97b35314019a48b1b (diff)
downloadpython-openstackclient-51cbe414e3ea9da59c1cf0b34e96fd3cef52b514.tar.gz
update requirements and test requirements
with the move to osc-lib we don't have to list some requirements. removed oslo.config since it was not being used, and moved a few to test-requirements since they are still used in examples and unit tests. Closes-Bug: 1593784 Change-Id: I39b610e6a49a4a346dddcedd231d9a7a81cab261
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 49bb4646..efd23655 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -9,8 +9,11 @@ mock>=2.0 # BSD
oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
oslotest>=1.10.0 # Apache-2.0
reno>=1.8.0 # Apache2
+requests>=2.10.0 # Apache-2.0
requests-mock>=1.0 # Apache-2.0
sphinx!=1.3b1,<1.3,>=1.2.1 # BSD
+stevedore>=1.16.0 # Apache-2.0
+os-client-config!=1.19.0,>=1.13.1 # Apache-2.0
os-testr>=0.7.0 # Apache-2.0
testrepository>=0.0.18 # Apache-2.0/BSD
testtools>=1.4.0 # MIT