mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-05 21:45:25 +02:00
fix: Make Mealie Timezone-Aware (#3847)
Co-authored-by: boc-the-git <3479092+boc-the-git@users.noreply.github.com>
This commit is contained in:
parent
17f9eef551
commit
d5f7a883df
69 changed files with 250 additions and 176 deletions
|
@ -48,6 +48,7 @@ pydantic-settings = "^2.1.0"
|
|||
pillow-heif = "^0.17.0"
|
||||
pyjwt = "^2.8.0"
|
||||
openai = "^1.27.0"
|
||||
typing-extensions = "^4.12.2"
|
||||
|
||||
[tool.poetry.group.postgres.dependencies]
|
||||
psycopg2-binary = { version = "^2.9.1" }
|
||||
|
@ -144,6 +145,7 @@ select = [
|
|||
"T", # flake8-print
|
||||
"UP", # pyupgrade
|
||||
"B", # flake8-bugbear
|
||||
"DTZ", # flake8-datetimez
|
||||
# "ANN", # flake8-annotations
|
||||
# "C", # McCabe complexity
|
||||
# "RUF", # Ruff specific
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue