From 1cda29ec34626d5806b9ad2d180c75956f93bbcd Mon Sep 17 00:00:00 2001 From: irinaschubert Date: Thu, 31 Mar 2022 15:03:52 +0200 Subject: [PATCH] fix: add missing dependency (DEV-763) --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bfff2123e..bdb7f642e 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,8 @@ 'click', 'rfc3987', 'pystrict', - 'openpyxl' + 'openpyxl', + 'jsonpath-ng' ], entry_points={ 'console_scripts': [