summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2017-03-09 18:24:54 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2017-03-09 18:24:54 +0000
commit34ac8b9cb4b0bb0b9db537b5d856050b44ab9876 (patch)
tree9323ff71bb1ad7ce77c72e4dd7ac66ead6d80174
parentce561368da2d5c7ffbe4ffbbe64dc7d697c3932d (diff)
downloadstevedore-34ac8b9cb4b0bb0b9db537b5d856050b44ab9876.tar.gz
Updated from global requirements
Change-Id: I4651e710df11c880febb61d8348975a1eeb3b9e4
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 7a0e4a2..3590173 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,5 +2,5 @@
# 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
six>=1.9.0 # MIT