diff --git a/setup.py b/setup.py index 78f5864..7411d64 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ setup( author = "Daniel Knüttel", author_email = "daniel.knuettel@daknuett.eu", url = "https://daknuett.eu/gitea/daknuett/bunker", - install_requires = ["ljson>=0.5.2", "pycrypto"], + install_requires = ["ljson>=0.5.4", "pycrypto"], description = "A module for encrypted data storage", long_description = open("README.rst").read(),