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
151b0d8e34
commit
6af77a0b10
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -56,7 +56,7 @@ setup(
|
||||||
version = "1.0.0",
|
version = "1.0.0",
|
||||||
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 = ["parsedatetime"],
|
install_requires = ["parsedatetime >= 1.1.2"],
|
||||||
extras_require = {
|
extras_require = {
|
||||||
'encryption': ["pycrypto"],
|
'encryption': ["pycrypto"],
|
||||||
'highlight': ["clint"]
|
'highlight': ["clint"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue