mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 21:18:32 +02:00
Add colorama dependency for all platforms
This commit is contained in:
parent
eb1ed3c0cd
commit
1a0847b38d
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ keyring = "^19.0"
|
||||||
pytz = "^2019.1"
|
pytz = "^2019.1"
|
||||||
tzlocal = "^1.5"
|
tzlocal = "^1.5"
|
||||||
asteval = "^0.9.14"
|
asteval = "^0.9.14"
|
||||||
colorama = {version = "^0.4.1",platform = "win32"}
|
colorama = "^0.4.1"
|
||||||
python-dateutil = "^2.8"
|
python-dateutil = "^2.8"
|
||||||
pyyaml = "^5.1"
|
pyyaml = "^5.1"
|
||||||
ansiwrap = "^0.8.4"
|
ansiwrap = "^0.8.4"
|
||||||
|
|
Loading…
Add table
Reference in a new issue