1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-22 14:13:01 +02:00

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