From 0724f7c480758843888cf103c544443c9a4aa445 Mon Sep 17 00:00:00 2001 From: Christo De Lange Date: Sat, 4 Feb 2023 09:29:29 -0500 Subject: [PATCH] Fix jsonschema refs --- setup.cfg | 2 +- setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 95eb909d2..34eedfd32 100644 --- a/setup.cfg +++ b/setup.cfg @@ -67,7 +67,7 @@ install_requires = jinja2-time>=0.2.0 python-slugify>=4.0.0 requests>=2.23.0 - jsonschema>=3.2.0' + jsonschema>=3.2.0 [options.entry_points] console_scripts = diff --git a/setup.py b/setup.py index d61fbd6ba..47f00a7e7 100644 --- a/setup.py +++ b/setup.py @@ -14,6 +14,7 @@ 'jinja2-time>=0.2.0', 'python-slugify>=4.0.0', 'requests>=2.23.0', + 'jsonschema>=3.2.0', ] setup(