mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-29 05:56:14 +02:00
Gets rid of colorama
This commit is contained in:
parent
c3e8f59fe0
commit
fcd8c4d214
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