Skip to content

Commit 51cbe41

Browse files
committed
update requirements and test requirements
with the move to osc-lib we don't have to list some requirements. removed oslo.config since it was not being used, and moved a few to test-requirements since they are still used in examples and unit tests. Closes-Bug: 1593784 Change-Id: I39b610e6a49a4a346dddcedd231d9a7a81cab261
1 parent fc7a69e commit 51cbe41

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

requirements.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,10 @@ Babel>=2.3.4 # BSD
88
cliff!=1.16.0,!=1.17.0,>=1.15.0 # Apache-2.0
99
keystoneauth1>=2.10.0 # Apache-2.0
1010
openstacksdk>=0.9.0 # Apache-2.0
11-
os-client-config!=1.19.0,>=1.13.1 # Apache-2.0
1211
osc-lib>=0.4.0 # Apache-2.0
13-
oslo.config>=3.14.0 # Apache-2.0
1412
oslo.i18n>=2.1.0 # Apache-2.0
1513
oslo.utils>=3.16.0 # Apache-2.0
1614
python-glanceclient>=2.0.0 # Apache-2.0
1715
python-keystoneclient!=1.8.0,!=2.1.0,>=1.7.0 # Apache-2.0
1816
python-novaclient!=2.33.0,>=2.29.0 # Apache-2.0
1917
python-cinderclient!=1.7.0,!=1.7.1,>=1.6.0 # Apache-2.0
20-
requests>=2.10.0 # Apache-2.0
21-
stevedore>=1.16.0 # Apache-2.0

test-requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,11 @@ mock>=2.0 # BSD
99
oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
1010
oslotest>=1.10.0 # Apache-2.0
1111
reno>=1.8.0 # Apache2
12+
requests>=2.10.0 # Apache-2.0
1213
requests-mock>=1.0 # Apache-2.0
1314
sphinx!=1.3b1,<1.3,>=1.2.1 # BSD
15+
stevedore>=1.16.0 # Apache-2.0
16+
os-client-config!=1.19.0,>=1.13.1 # Apache-2.0
1417
os-testr>=0.7.0 # Apache-2.0
1518
testrepository>=0.0.18 # Apache-2.0/BSD
1619
testtools>=1.4.0 # MIT

0 commit comments

Comments
 (0)