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 12:07:31 +0800
commit446feb887795ac6250c630f8e1e751f2ca7df596 (patch)
treedf9b92aae4493022a3f20a9ec081553e96d7f47c /Pipfile
parentd031212e58932602779122ba384495dbefb680fa (diff)
Update from requirements
Pipfile.lock ensures a consistent environment Change-Id: Id2e544c77a67ce8fa010fba9c357735496f62a26 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
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"