mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-28 13:36:14 +02:00
Gets rid of colorama
This commit is contained in:
parent
c10cc1fee4
commit
9d352b4bad
7 changed files with 8 additions and 21 deletions
1
setup.py
1
setup.py
|
@ -73,7 +73,6 @@ setup(
|
|||
"pytz>=2013b",
|
||||
"tzlocal==1.0",
|
||||
"slugify>=0.0.1",
|
||||
"colorama>=0.2.5",
|
||||
"keyring>=3.0.5"
|
||||
] + [p for p, cond in conditional_dependencies.items() if cond],
|
||||
extras_require = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue