mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
Requires current version of parsedatime when using setuptools
Closes #52
This commit is contained in:
parent
ba9e39f050
commit
3d31e31eb5
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -56,7 +56,7 @@ setup(
|
|||
version = "1.0.0",
|
||||
description = "A command line journal application that stores your journal in a plain text file",
|
||||
packages = ['jrnl'],
|
||||
install_requires = ["parsedatetime"],
|
||||
install_requires = ["parsedatetime >= 1.1.2"],
|
||||
extras_require = {
|
||||
'encryption': ["pycrypto"],
|
||||
'highlight': ["clint"]
|
||||
|
|
Loading…
Add table
Reference in a new issue