From 82c73b4183ba60975392691f7869fac15bb9dcc6 Mon Sep 17 00:00:00 2001 From: Zak Wheaton Date: Wed, 13 Sep 2017 20:23:47 -0700 Subject: [PATCH] add contextdecorator to requires list --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 0a746f4..098ee4b 100644 --- a/setup.py +++ b/setup.py @@ -17,6 +17,7 @@ setup( 'jsonschema', 'python-dateutil', 'click', + 'contextdecorator', ], entry_points=''' [console_scripts] -- GitLab