Skip to content

Commit

Permalink
remove osc from project explicit dependencies
Browse files Browse the repository at this point in the history
OSC is not really required to use otcextensions. It provides, however, 
plugin to OSC which will be used if required
  • Loading branch information
gtema committed Aug 31, 2018
1 parent e7c7bfc commit 0850d89
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.

python-openstackclient>=3.14.0 # Apache-2.0
openstacksdk>=0.16.0 # Apache-2.0
boto3>=1.4.6 # ASL-2.0
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ stestr>=1.0.0 # Apache-2.0
testrepository>=0.0.18 # Apache-2.0/BSD
testscenarios>=0.4 # Apache-2.0/BSD
testtools>=2.2.0 # MIT
python-openstackclient!=3.12.0 # Apache-2.0
python-openstackclient>=3.12.1 # Apache-2.0
tempest>=17.1.0 # Apache-2.0

boto3>=1.4.6 # ASL-2.0

0 comments on commit 0850d89

Please sign in to comment.