Remove the unused oslo.versionedobjects requirement

1. What is the problem
The oslo.versionedobjects has not yet been imported to Tricircle but it
exist in the requirements.txt

2. What is the solution to the problem
Remove the oslo.versionedobjects in requirements.txt

3. What the features need to be implemented to the Tricircle
No new features

Change-Id: I057a920278941d45bd0c149fc95c1975402e822b
This commit is contained in:
liusheng 2017-02-13 15:05:48 +08:00 committed by liusheng
parent 8323efbaae
commit 7797b0a040
1 changed files with 0 additions and 1 deletions

View File

@ -42,5 +42,4 @@ oslo.rootwrap>=5.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
oslo.versionedobjects>=1.17.0 # Apache-2.0
sqlalchemy-migrate>=0.9.6 # Apache-2.0