From b0e68ae5a1771b7c302b29cb0ae31880440381c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Kn=C3=BCttel?= Date: Wed, 20 Mar 2019 09:59:54 +0100 Subject: [PATCH] added the (necessary) newer version of ljson --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(),