diff options
author | Stephen Wong <stephen.kf.wong@gmail.com> | 2018-10-21 05:53:39 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-10-21 05:53:39 +0000 |
commit | d89221f22bef27731e2a41fd15784430057a5f78 (patch) | |
tree | 3ffd64eb736a7e855044007cf8bfa75cde15139d /requirements.txt | |
parent | 5bd1d754eac034e2866888cb452207b093823399 (diff) | |
parent | d7728a3f260fb4ca8fea07932bcf33ddae3586a1 (diff) |
Merge "Updated from global requirements"
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/requirements.txt b/requirements.txt index eeaa324..670afbb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ # The order of packages is significant, because pip processes them in the order # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -kubernetes>=4.0.0 # Apache-2.0 -pbr!=2.1.0,>=2.0.0 # Apache-2.0 +kubernetes # Apache-2.0 +pbr!=2.1.0 # Apache-2.0 sh # MIT xtesting # Apache-2.0 -redis>=2.10.0 # MIT +redis # MIT |