mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-28 05:26:13 +02:00
Fixes requirements and setup
This commit is contained in:
parent
2a5a7fb478
commit
42f2371c5d
3 changed files with 5 additions and 3 deletions
4
setup.py
4
setup.py
|
@ -56,10 +56,10 @@ setup(
|
|||
version = "0.3.0",
|
||||
description = "A command line journal application that stores your journal in a plain text file",
|
||||
packages = ['jrnl'],
|
||||
install_requires = ["parsedatetime", "simplejson"],
|
||||
install_requires = ["parsedatetime"],
|
||||
extras_require = {
|
||||
'encryption': ["pycrypto"],
|
||||
'highlight': ["cling"]
|
||||
'highlight': ["clint"]
|
||||
},
|
||||
long_description=__doc__,
|
||||
entry_points={
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue