mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-29 14:06:14 +02:00
Update tzlocal to v4.x and remove pytz dependency (#1528)
* Update tzlocal to v4.x and remove pytz dependency * Avoid `unwrap_shim` method * Remove upper bound of tzlocal version
This commit is contained in:
parent
049d2a72c8
commit
62f65ce3b9
4 changed files with 78 additions and 228 deletions
|
@ -40,8 +40,7 @@ pyxdg = ">=0.27.0"
|
|||
rich = "^12.2.0"
|
||||
|
||||
# dayone-only deps
|
||||
pytz = ">=2020" # https://pythonhosted.org/pytz/#issues-limitations
|
||||
tzlocal = ">2.0, <3.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]
|
||||
black = { version = ">=21.5b2", allow-prereleases = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue