summaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorYujun Zhang <zhang.yujunz@zte.com.cn>2018-04-12 12:05:57 +0800
committerYujun Zhang <zhang.yujunz@zte.com.cn>2018-04-12 06:24:23 +0000
commit08982178d1f9c0c17b24488a7b56049a5ae335b8 (patch)
treef1eab52a86cb65c7d5213624b9a9c94a47aba9f5 /Pipfile
parent6d7e971c0c44d5e24af850fb71bc7a38acebe9a0 (diff)
Update from requirements
Pipfile.lock ensures a consistent environment Change-Id: Id2e544c77a67ce8fa010fba9c357735496f62a26 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn> (cherry picked from commit 446feb887795ac6250c630f8e1e751f2ca7df596)
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile10
1 files changed, 4 insertions, 6 deletions
diff --git a/Pipfile b/Pipfile
index 7bac042..9cd909d 100644
--- a/Pipfile
+++ b/Pipfile
@@ -1,15 +1,13 @@
[[source]]
-
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
-
[dev-packages]
-
-
[packages]
-
-kubernetes = "*"
+kubernetes = ">=1.0.0"
sh = "*"
+pbr = "!=2.1.0,>=2.0.0"
+xtesting = "*"
+redis = ">=2.10.0"