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],