From 4a43aa02b86e3203bb6614382ef598926a1464cb Mon Sep 17 00:00:00 2001 From: Morgan Fainberg Date: Mon, 7 Aug 2017 13:13:31 -0700 Subject: Remove use of positional decorator The positional decorator results in poorly maintainable code in a misguided effort to emulate python3's key-word-arg only notation and functionality. This patch removes keystoneclient's dependance on the positional decorator. Change-Id: I9e691cc8b0c04992f4a8dabd67e1b413d3220d23 --- requirements.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index c071cd0..1cf5b17 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,6 @@ oslo.config!=4.3.0,!=4.4.0,>=4.0.0 # Apache-2.0 oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0 oslo.serialization!=2.19.1,>=1.10.0 # Apache-2.0 oslo.utils>=3.20.0 # Apache-2.0 -positional>=1.1.1 # Apache-2.0 requests>=2.14.2 # Apache-2.0 six>=1.9.0 # MIT stevedore>=1.20.0 # Apache-2.0 -- cgit v1.2.1