diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-07-26 22:51:23 +0800 |
---|---|---|
committer | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-07-31 13:51:28 +0800 |
commit | c3c9891ddd60a1e6af61d7ab149f2f5b4a74227d (patch) | |
tree | 5949c7d255cae1f96ae2a5194ba67c568344dbd7 /test-requirements.txt | |
parent | 1cf39ee5c3739c18fed78946532438550f56356f (diff) | |
download | oslo-middleware-c3c9891ddd60a1e6af61d7ab149f2f5b4a74227d.tar.gz |
Fix exception in json response under py35
charset is required when response with body
Closes-Bug: #1707127
Change-Id: I9921c67866d252f972954eed5afbc90389e06c3f
Diffstat (limited to 'test-requirements.txt')
-rw-r--r-- | test-requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt index fb4395f..45667bb 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -11,3 +11,4 @@ sphinx>=1.6.2 # BSD testtools>=1.4.0 # MIT coverage!=4.4,>=4.0 # Apache-2.0 reno!=2.3.1,>=1.8.0 # Apache-2.0 +oslo.serialization>=1.10.0,!=2.19.1 # Apache-2.0 |