Remove unused requirements

These packages are not imported in monascaclient, remove them
from requirements.txt to avoid installing.

Change-Id: I239124ca1dcda943f7d1ea2aec881b83576f81a7
This commit is contained in:
Jeremy Liu 2017-02-14 17:26:59 +08:00
parent 6c91e28edb
commit 9442e29250
1 changed files with 0 additions and 6 deletions

View File

@ -1,13 +1,7 @@
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
oslo.config!=3.18.0,>=3.14.0 # Apache-2.0
oslo.concurrency>=3.8.0 # Apache-2.0
oslo.i18n>=2.1.0 # Apache-2.0
oslo.log>=3.11.0 # Apache-2.0
oslo.middleware>=3.0.0 # Apache-2.0
oslo.serialization>=1.10.0 # Apache-2.0
oslo.service>=1.10.0 # Apache-2.0
oslo.utils>=3.18.0 # Apache-2.0
python-keystoneclient>=3.8.0 # Apache-2.0