We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22db270 commit d9196b7Copy full SHA for d9196b7
requirements.txt
@@ -1,7 +1,7 @@
1
# The order of packages is significant, because pip processes them in the order
2
# of appearance. Changing the order has an impact on the overall integration
3
# process, which may cause wedges in the gate later.
4
-pbr>=1.8 # Apache-2.0
+pbr>=2.0.0 # Apache-2.0
5
Babel>=2.3.4 # BSD
6
cliff>=2.3.0 # Apache-2.0
7
PyYAML>=3.10.0 # MIT
setup.py
@@ -25,5 +25,5 @@
25
pass
26
27
setuptools.setup(
28
- setup_requires=['pbr>=1.8'],
+ setup_requires=['pbr>=2.0.0'],
29
pbr=True)
0 commit comments