Updated from global requirements

Change-Id: I35f9c9c1001459ca0ad1e60b623ff9209b526c66
This commit is contained in:
OpenStack Proposal Bot
2015-09-17 12:18:23 +00:00
parent 4fa928655c
commit 05791c3486
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
# process, which may cause wedges in the gate later. # process, which may cause wedges in the gate later.
Babel>=1.3 Babel>=1.3
pbr<2.0,>=1.6 pbr>=1.6
argparse argparse
iso8601>=0.1.9 iso8601>=0.1.9
PrettyTable<0.8,>=0.7 PrettyTable<0.8,>=0.7

View File

@@ -25,5 +25,5 @@ except ImportError:
pass pass
setuptools.setup( setuptools.setup(
setup_requires=['pbr>=1.3'], setup_requires=['pbr>=1.8'],
pbr=True) pbr=True)