We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7de042 commit 1dcb339Copy full SHA for 1dcb339
requirements.txt
@@ -2,7 +2,7 @@
2
# of appearance. Changing the order has an impact on the overall integration
3
# process, which may cause wedges in the gate later.
4
5
-pbr<2.0,>=1.6
+pbr>=1.6
6
SQLAlchemy<1.1.0,>=0.9.9
7
boto>=2.32.1
8
decorator>=3.4.0
setup.py
@@ -25,5 +25,5 @@
25
pass
26
27
setuptools.setup(
28
- setup_requires=['pbr>=1.3'],
+ setup_requires=['pbr>=1.8'],
29
pbr=True)
0 commit comments