1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-09-08 21:30:57 +02:00

add puppeteer to docker requirements for easier browser fetching

This commit is contained in:
Nick Sweeting
2024-10-03 03:11:39 -07:00
parent 697d0a3566
commit 9728d81fee
7 changed files with 1124 additions and 260 deletions

View File

@@ -67,6 +67,7 @@ dependencies = [
"feedparser>=6.0.11",
"w3lib>=2.2.1",
"rich>=13.8.0",
"rich-argparse>=1.5.2",
"ulid-py>=1.1.0",
"typeid-python>=0.3.1",
"psutil>=6.0.0",
@@ -80,14 +81,13 @@ dependencies = [
############# VENDORED LIBS ######################
# these can be safely omitted when installation subsystem does not provide these as packages (e.g. apt/debian)
# archivebox will automatically load fallback vendored copies bundled via archivebox/vendor/__init__.py
"pydantic-pkgr>=0.3.8",
"pydantic-pkgr>=0.3.9",
"atomicwrites==1.4.1",
"pocket@git+https://github.com/tapanpandita/pocket.git@v0.3.7",
"django-taggit==1.3.0",
"base32-crockford==0.3.0",
############# Extractor Dependencies #############
"yt-dlp>=2024.8.6", # for: media
"rich-argparse>=1.5.2",
]
# pdm lock --group=':all'