use dateparser for parsing, let it handle error

This commit is contained in:
apkallum 2020-07-16 19:35:13 -04:00
parent 58ac44c867
commit b7785c4138
3 changed files with 7 additions and 6 deletions

View file

@ -43,6 +43,7 @@ setuptools.setup(
"django==3.0.7",
"django-extensions==2.2.9",
"dateparser",
"ipython",
"youtube-dl",
"python-crontab==2.5.1",