From cf2fc0085ba3d156081c1e92205fdb7dc741092a Mon Sep 17 00:00:00 2001 From: Andrey Kurilin Date: Fri, 6 Oct 2017 15:46:06 +0300 Subject: [PATCH] Remove oslo.serialization dependency This library is not used by Rally code itself for a long time. Change-Id: I37238af50d01cf17716ebb8d316140da1a93a65c --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d5d00ee0..875f97c4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,6 @@ netaddr>=0.7.13,!=0.7.16,<=0.7.19 # BSD oslo.config>=4.0.0,!=4.3.0,!=4.4.0,<=4.12.0 # Apache Software License oslo.db>=4.24.0,<=4.26.0 # Apache Software License oslo.log==3.30.0 # Apache Software License -oslo.serialization>=1.10.0,!=2.19.1,<=2.20.0 # Apache Software License oslo.utils>=3.20.0,<=3.29.0 # Apache Software License paramiko>=2.0.0,<=2.2.1 # LGPL pbr>=2.0.0,!=2.1.0,<=3.1.1 # Apache Software License