diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2018-04-12 12:05:57 +0800 |
---|---|---|
committer | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2018-04-12 12:07:31 +0800 |
commit | 446feb887795ac6250c630f8e1e751f2ca7df596 (patch) | |
tree | df9b92aae4493022a3f20a9ec081553e96d7f47c /Pipfile | |
parent | d031212e58932602779122ba384495dbefb680fa (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-- | Pipfile | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -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" |