mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-08 06:55:24 +02:00
fx: Nextcloud migration fails to parse null times (#2485)
* support null or custom strings * made time parsing more robust using isodate * bark bark
This commit is contained in:
parent
dd947c316a
commit
e55258c5be
3 changed files with 39 additions and 14 deletions
|
@ -42,6 +42,7 @@ requests = "^2.25.1"
|
|||
tzdata = "^2022.7"
|
||||
uvicorn = {extras = ["standard"], version = "^0.21.0"}
|
||||
beautifulsoup4 = "^4.11.2"
|
||||
isodate = "^0.6.1"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
black = "^23.1.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue