mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-28 21:46:13 +02:00
Allow tzlocal version >1.5 <3.0 instead of >1.5 <2.0 (#900)
* Allow tzlocal version >1.5 instead of ^1.5 (#883) * Change tzlocal version restriction to <3.0
This commit is contained in:
parent
aece970751
commit
42e22950b1
2 changed files with 71 additions and 64 deletions
|
@ -23,7 +23,7 @@ passlib = "^1.7"
|
|||
parsedatetime = "^2.4"
|
||||
keyring = "^19.0"
|
||||
pytz = "^2019.1"
|
||||
tzlocal = "^1.5"
|
||||
tzlocal = ">1.5, <3.0"
|
||||
asteval = "^0.9.14"
|
||||
colorama = "^0.4.1"
|
||||
python-dateutil = "^2.8"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue