Skip to content

Commit

Permalink
DEP: Allow jsonschema>=4,<5
Browse files Browse the repository at this point in the history
  • Loading branch information
cortadocodes committed May 1, 2024
1 parent 47b9cc4 commit 58a173c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,12 @@

setup(
name="twined",
version="0.5.4",
version="0.5.5",
py_modules=[],
install_requires=["jsonschema ~= 4.4.0", "python-dotenv"],
install_requires=[
"jsonschema>=4,<5",
"python-dotenv",
],
url="https://www.github.com/octue/twined",
license="MIT",
author="Octue (github: octue)",
Expand Down

0 comments on commit 58a173c

Please sign in to comment.