aboutsummaryrefslogtreecommitdiffstats
path: root/requirements.txt
diff options
context:
space:
mode:
authorDimitrios Markou <mardim@intracom-telecom.com>2017-08-25 12:39:58 +0300
committerDimitrios Markou <mardim@intracom-telecom.com>2017-08-25 12:45:54 +0300
commit7287446920ed8859a7de78eef4235367a48a7d78 (patch)
tree4cfd4c1b96b1919df0efc7bc6adf894af7e9d986 /requirements.txt
parente0f569cd2146951f33207141df4576bf98cd5769 (diff)
Include the tacker python client to the requirements.txt
In OPNFV/SFC project we are going to substitute the custom tacker that we used so far with the upstream one. So as outcome of the aforementioned change we will need the upstream tacker client. Change-Id: I8425c7168c1be69d090481efbf3f966e8d04e609 Signed-off-by: Dimitrios Markou <mardim@intracom-telecom.com>
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index 94f59bd6..1a0814bd 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,5 +5,6 @@ requests!=2.12.2,>=2.10.0 # Apache-2.0
xmltodict>=0.10.1 # MIT
python-keystoneclient>=3.8.0 # Apache-2.0
python-novaclient!=7.0.0,>=6.0.0 # Apache-2.0
+python-tackerclient>=0.8.0 # Apache-2.0
PyYAML>=3.10.0 # MIT
opnfv