mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-17 11:38:32 +02:00
Remove upper bound of tzlocal version
This commit is contained in:
parent
5f6cad75e3
commit
e882f7e4b8
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ pyxdg = ">=0.27.0"
|
||||||
rich = "^12.2.0"
|
rich = "^12.2.0"
|
||||||
|
|
||||||
# dayone-only deps
|
# dayone-only deps
|
||||||
tzlocal = ">=4.0, <5.0" # https://github.com/regebro/tzlocal/blob/master/CHANGES.txt
|
tzlocal = ">=4.0" # https://github.com/regebro/tzlocal/blob/master/CHANGES.txt
|
||||||
|
|
||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.dev-dependencies]
|
||||||
black = { version = ">=21.5b2", allow-prereleases = true }
|
black = { version = ">=21.5b2", allow-prereleases = true }
|
||||||
|
|
Loading…
Add table
Reference in a new issue