Skip to content

Commit

Permalink
Fix jsonschema refs
Browse files Browse the repository at this point in the history
  • Loading branch information
christokur committed Feb 4, 2023
1 parent c6d6f34 commit 0724f7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -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 =
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -14,6 +14,7 @@
'jinja2-time>=0.2.0',
'python-slugify>=4.0.0',
'requests>=2.23.0',
'jsonschema>=3.2.0',
]

setup(
Expand Down

0 comments on commit 0724f7c

Please sign in to comment.