mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-28 13:36:14 +02:00
Uses colorama instead of clint
This commit is contained in:
parent
f79f7cf849
commit
e0f7d235b1
5 changed files with 19 additions and 13 deletions
6
setup.py
6
setup.py
|
@ -56,11 +56,13 @@ setup(
|
|||
version = "1.0.1",
|
||||
description = "A command line journal application that stores your journal in a plain text file",
|
||||
packages = ['jrnl'],
|
||||
install_requires = ["parsedatetime >= 1.1.2"],
|
||||
extras_require = {
|
||||
'encryption': ["pycrypto"],
|
||||
'highlight': ["clint"]
|
||||
},
|
||||
install_requires = [
|
||||
"parsedatetime >= 1.1.2",
|
||||
"colorama >= 0.2.5",
|
||||
],
|
||||
long_description=__doc__,
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue