We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a936c30 commit 1461c0eCopy full SHA for 1461c0e
1 file changed
requirements.txt
@@ -1,20 +1,20 @@
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<2.0,>=1.4
+pbr<2.0,>=1.6
5
six>=1.9.0
6
7
Babel>=1.3
8
cliff>=1.14.0 # Apache-2.0
9
cliff-tablib>=1.0
10
os-client-config!=1.6.2,>=1.4.0
11
-oslo.config>=2.1.0 # Apache-2.0
+oslo.config>=2.3.0 # Apache-2.0
12
oslo.i18n>=1.5.0 # Apache-2.0
13
oslo.utils>=2.0.0 # Apache-2.0
14
python-glanceclient>=0.18.0
15
python-keystoneclient>=1.6.0
16
-python-novaclient>=2.26.0
+python-novaclient>=2.28.1
17
python-cinderclient>=1.3.1
18
-python-neutronclient<3,>=2.6.0
+python-neutronclient>=2.6.0
19
requests>=2.5.2
20
stevedore>=1.5.0 # Apache-2.0
0 commit comments