mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-29 05:56:14 +02:00
Only install colorama on windows
This commit is contained in:
parent
b050f2b030
commit
f0aab36e19
2 changed files with 5 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -60,6 +60,7 @@ def get_version(filename="jrnl/__init__.py"):
|
|||
|
||||
conditional_dependencies = {
|
||||
"pyreadline>=2.0": "win32" in sys.platform,
|
||||
"colorama>=0.2.5": "win32" in sys.platform,
|
||||
"argparse==1.2.1": sys.version.startswith("2.6")
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue