Skip to content

Commit 9ee7e17

Browse files
committed
Fix requirements with proper versions
1 parent 56ebfc7 commit 9ee7e17

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ oslo.concurrency>=3.20.0 # Apache-2.0
1212
oslo.log>=1.8.0 # Apache-2.0
1313
oslo.utils!=2.6.0,>=2.0.0 # Apache-2.0
1414

15-
python-novaclient!=2.33.0,>=2.28.1
16-
python-keystoneclient!=1.8.0,<3.0.0,>=1.6.0
17-
python-glanceclient>=0.18.0
18-
python-ceilometerclient>=1.5.0
19-
python-neutronclient>=6.7.0
20-
keystoneauth1
15+
python-novaclient>=2.28.1 # Apache-2.0
16+
python-keystoneclient>=3.0.0 # Apache-2.0
17+
python-glanceclient>=0.18.0 # Apache-2.0
18+
python-ceilometerclient>=1.5.0 # Apache-2.0
19+
python-neutronclient>=6.7.0 # Apache-2.0
20+
keystoneauth1>=3.4.0 # Apache-2.0
2121

2222
stevedore

0 commit comments

Comments
 (0)