1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-05 21:45:25 +02:00

fix: require python-dateutil in dependencies (#1752)

This commit is contained in:
Hayden 2022-10-22 10:44:32 -08:00 committed by GitHub
parent a56bedb022
commit 0d953da5b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -39,6 +39,7 @@ tzdata = "^2021.5"
pyhumps = "^3.5.3"
pytesseract = "^0.3.9"
orjson = "^3.8.0"
python-dateutil = "^2.8.2"
[tool.poetry.dev-dependencies]
pylint = "^2.6.0"