Use dateparser to parse the date
This commit is contained in:
parent
927e20c9bb
commit
61f05a9a23
3 changed files with 104 additions and 36 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue