Skip to content

Commit

Permalink
Workaround dst bug (#44)
Browse files Browse the repository at this point in the history
Use my workaround for DST bug

See benleb/surepy#209
  • Loading branch information
therefromhere authored Apr 6, 2024
1 parent 6a4d123 commit 2130efe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT"
python = "^3.10"
astral = ">=3.2"
pytz = ">=2024.1"
surepy = "^0.9.0"
surepy = {url = "https://github.com/therefromhere/surepy/archive/refs/heads/dst_bug_workaround.zip"}
asyncio = "^3.4.3"
Flask = "^3.0.2"
google-cloud-logging = "^3.9.0"
Expand Down

0 comments on commit 2130efe

Please sign in to comment.