summaryrefslogtreecommitdiffstats
path: root/requirements.txt
diff options
context:
space:
mode:
authorMatthewLi <matthew.lijun@huawei.com>2017-03-23 03:34:27 -0400
committerMatthewLi <matthew.lijun@huawei.com>2017-03-23 03:36:44 -0400
commitc731b93e24dca7641b174ee860f14beedc4de442 (patch)
tree8a8d2eaf1bce14a9119fa8c560514a9d232c8139 /requirements.txt
parent9d86d3b50a9617b6042cc8bf3f900c9b0573d888 (diff)
bugfix of package error
JIRA: DOVETAIL-376 Change-Id: I91e0efff01d445e3f74718d730c8ff48c6413b26 Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/requirements.txt b/requirements.txt
index 7b9b7d9e..ae643222 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,7 +1,7 @@
Click
-Jinja2>=2.6
-pbr>=1.8
-PyYAML>=3.10
+Jinja2==2.8
+pbr>=2.0.0
+PyYAML==3.11
python-openstackclient==3.9.0
requests==2.10.0
-six>=1.9.0
+six==1.10.0