diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-04-06 23:54:05 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-04-06 23:54:05 +0000 |
commit | f4c9d2abafcc0ce34f786b3c12884b648d90e6a8 (patch) | |
tree | 6ab3c42eedde7c709fa39917cd2c49b7cf6bf1a4 /requirements.txt | |
parent | 4a88e17ece9fa77a339e06b4312716ba6879f789 (diff) | |
parent | 2047cbb6d2e58241b2b5bf6101c7db0b3b098e7c (diff) |
Merge "Updated from global requirements" into stable/ocata
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 057aa287..cb3f96eb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # 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. -pbr>=1.8 # Apache-2.0 +pbr<2.0.0,>=1.8 # Apache-2.0 Jinja2!=2.9.0,!=2.9.1,!=2.9.2,!=2.9.3,!=2.9.4,>=2.8 # BSD License (3 clause) six>=1.9.0 # MIT |