1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-09-09 05:40:50 +02:00

move tmp dir to machine-id scoped dir

This commit is contained in:
Nick Sweeting
2024-10-04 03:24:15 -07:00
parent 12f32c4690
commit 396a7ffcd8
8 changed files with 42 additions and 26 deletions

View File

@@ -83,7 +83,7 @@ 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.9",
"pydantic-pkgr>=0.4.2",
"atomicwrites==1.4.1",
"pocket@git+https://github.com/tapanpandita/pocket.git@v0.3.7",
"django-taggit==1.3.0",