From 12647bc0bda185845eb72aa02c26b155807704ac Mon Sep 17 00:00:00 2001 From: jnozsc Date: Sat, 16 Sep 2017 13:49:35 -0700 Subject: [PATCH] rollback time related packages --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 27dcbda5..c9d5c597 100644 --- a/setup.py +++ b/setup.py @@ -141,10 +141,10 @@ setup( description = "A command line journal application that stores your journal in a plain text file", packages = ['jrnl'], install_requires = [ - "parsedatetime>=2.4", - "pytz>=2017.2", + "parsedatetime>=1.2", + "pytz>=2013b", "six>=1.10.0", - "tzlocal>=1.4", + "tzlocal>=1.1", "keyring>=3.3", "keyrings.alt>=1.3", ] + [p for p, cond in conditional_dependencies.items() if cond],