diff options
| author | Bryan Newbold <bnewbold@archive.org> | 2022-12-23 15:54:33 -0800 |
|---|---|---|
| committer | Bryan Newbold <bnewbold@archive.org> | 2022-12-23 15:54:33 -0800 |
| commit | b7e4629f3c84f35af5ad62346a9480bea957c719 (patch) | |
| tree | 0bf25739eaeaf6037334dfd4374b66f8fa0cfc5f /python/Pipfile | |
| parent | f3a721a9dce8801b78f7bc31e88dc912b0ec1dba (diff) | |
| download | sandcrawler-b7e4629f3c84f35af5ad62346a9480bea957c719.tar.gz sandcrawler-b7e4629f3c84f35af5ad62346a9480bea957c719.zip | |
bump python deps
Diffstat (limited to 'python/Pipfile')
| -rw-r--r-- | python/Pipfile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/python/Pipfile b/python/Pipfile index c2a102b..b841755 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -43,7 +43,10 @@ urlcanon = "*" Pillow = ">=3" python-poppler = ">=0.2.1" selectolax = ">=0.2" -trafilatura = ">=1" +# constraining trafilatura to prevent a version conflict with +# `charset_normalizer`, between htmldate and requests +trafilatura = ">=1,<1.4" +htmldate= ">=1,<1.4" pydantic = ">=1.7" dateparser = "*" braveblock = "*" |
