feat: drop timezone, assume UTC for all datetime values in DB
per changes in wuttjamaican
This commit is contained in:
parent
21c037dc25
commit
d13f908da5
6 changed files with 545 additions and 18 deletions
|
|
@ -33,7 +33,7 @@ license = {text = "GNU General Public License v3+"}
|
|||
requires-python = ">= 3.8"
|
||||
dependencies = [
|
||||
"SQLAlchemy<2", # TODO: should allow 2.x
|
||||
"WuttaWeb>=0.23.1",
|
||||
"WuttaWeb>=0.24.0",
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue