rollback time related packages

This commit is contained in:
jnozsc 2017-09-16 13:49:35 -07:00
parent 21797d2003
commit 12647bc0bd

View file

@ -141,10 +141,10 @@ setup(
description = "A command line journal application that stores your journal in a plain text file", description = "A command line journal application that stores your journal in a plain text file",
packages = ['jrnl'], packages = ['jrnl'],
install_requires = [ install_requires = [
"parsedatetime>=2.4", "parsedatetime>=1.2",
"pytz>=2017.2", "pytz>=2013b",
"six>=1.10.0", "six>=1.10.0",
"tzlocal>=1.4", "tzlocal>=1.1",
"keyring>=3.3", "keyring>=3.3",
"keyrings.alt>=1.3", "keyrings.alt>=1.3",
] + [p for p, cond in conditional_dependencies.items() if cond], ] + [p for p, cond in conditional_dependencies.items() if cond],