Use dateparser to parse the date

This commit is contained in:
Joakim Hellsén 2024-03-15 14:15:27 +01:00
commit 61f05a9a23
No known key found for this signature in database
GPG key ID: D196AE66FEBE1DC9
3 changed files with 104 additions and 36 deletions

View file

@ -11,6 +11,7 @@ django = { extras = ["argon2"], version = "^5.0.3" }
python-dotenv = "^1.0.1"
feedparser = "^6.0.11"
gunicorn = "^21.2.0"
dateparser = "^1.2.0"
[tool.poetry.group.dev.dependencies]
ruff = "^0.3.0"