From 3f449bdb023334fee83f3e9166da9adaf2cd83ee Mon Sep 17 00:00:00 2001 From: Martin Sekera Date: Thu, 5 May 2022 16:30:48 +0200 Subject: [PATCH] update deps --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d592e4e..6b85989 100755 --- a/setup.py +++ b/setup.py @@ -10,6 +10,6 @@ setup( description = "Decadic toolkit.", install_requires = [ "jsmin >= 2.2.2", - "json >= 2.0.9" + "pytz >= 2022.1" ] )