summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorMorgan Fainberg <morgan.fainberg@gmail.com>2017-08-07 13:19:16 -0700
committerMorgan Fainberg <morgan.fainberg@gmail.com>2017-08-07 16:11:39 -0700
commita144ebd6c33c68d55c99705aad2e635a53340d0d (patch)
treede66eda7c5ef6febd35b135f53436a5729a870d4 /requirements.txt
parent3d96a20f2c1f90d82c0986fdfa7c529880ce5ea3 (diff)
downloadoslo-context-a144ebd6c33c68d55c99705aad2e635a53340d0d.tar.gz
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 oslo.context dependance on the positional decorator. Change-Id: I9b83917fedd00a8d4fdf904208a17ebdc5cda59a
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 42d89c8..9312533 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,4 +5,3 @@
pbr!=2.1.0,>=2.0.0 # Apache-2.0
debtcollector>=1.2.0 # Apache-2.0
-positional>=1.1.1 # Apache-2.0