diff options
| author | Steve Martinelli <stevemar@ca.ibm.com> | 2015-05-26 17:40:01 -0400 |
|---|---|---|
| committer | Steve Martinelli <stevemar@ca.ibm.com> | 2015-05-26 17:40:01 -0400 |
| commit | 575dcdfc8ef6d24ecb75663eb94d549a8beb30fe (patch) | |
| tree | d860cae046f7d78b5736145cd2bd00bb9580fb97 /requirements.txt | |
| parent | e72d35031610cb96dcd619e60c13e35fc92325d0 (diff) | |
| download | python-openstackclient-575dcdfc8ef6d24ecb75663eb94d549a8beb30fe.tar.gz | |
Remove oslo serialization requirement
Recently oslo serialization has started to also include
python-msgpack. Since we were only using it for json support, we
should just use python's json support. Especially since it's only
used by our tests.
Change-Id: I0f8d939d6fca7608eaa3eea7ea4ca93296aaab3a
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 2196fb8e..415d27a0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,6 @@ os-client-config oslo.config>=1.11.0 # Apache-2.0 oslo.i18n>=1.5.0 # Apache-2.0 oslo.utils>=1.4.0 # Apache-2.0 -oslo.serialization>=1.4.0 # Apache-2.0 python-glanceclient>=0.17.1 python-keystoneclient>=1.3.0 python-novaclient>=2.22.0 |
