From 6f63f0973545fadb53eec8879c82f727dfdb54f3 Mon Sep 17 00:00:00 2001 From: Morgan Fainberg Date: Mon, 7 Aug 2017 13:17:49 -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 keystonemiddleware's dependance on the positional decorator. Change-Id: I1be3b19d08daf18babac66f274787862c6d77a93 --- requirements.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index 4bf2ee9..8c0cd90 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,6 @@ oslo.log>=3.22.0 # Apache-2.0 oslo.serialization!=2.19.1,>=1.10.0 # Apache-2.0 oslo.utils>=3.20.0 # Apache-2.0 pbr!=2.1.0,>=2.0.0 # Apache-2.0 -positional>=1.1.1 # Apache-2.0 pycadf!=2.0.0,>=1.1.0 # Apache-2.0 python-keystoneclient>=3.8.0 # Apache-2.0 requests>=2.14.2 # Apache-2.0 -- cgit v1.2.1