1
0
Fork 0
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:
Michael Genson 2023-08-09 21:52:49 -05:00 committed by GitHub
parent dd947c316a
commit e55258c5be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 39 additions and 14 deletions

View file

@ -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"