Skip to content

Commit

Permalink
MRG: Merge pull request #114 from octue/loosen-jsonchema-dependency
Browse files Browse the repository at this point in the history
Loosen `jsonschema` dependency
  • Loading branch information
cortadocodes committed May 1, 2024
2 parents 47b9cc4 + 58a173c commit 8b9c510
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 8b9c510

Please sign in to comment.