mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-05 07:17:52 +10:00
improve config loading of TMP_DIR, LIB_DIR, move to separate files
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "archivebox"
|
||||
version = "0.8.5rc2"
|
||||
version = "0.8.5rc3"
|
||||
requires-python = ">=3.10"
|
||||
description = "Self-hosted internet archiving solution."
|
||||
authors = [{name = "Nick Sweeting", email = "pyproject.toml@archivebox.io"}]
|
||||
@@ -77,6 +77,7 @@ dependencies = [
|
||||
"atomicwrites==1.4.1",
|
||||
"django-taggit==1.3.0",
|
||||
"base32-crockford==0.3.0",
|
||||
"platformdirs>=4.3.6",
|
||||
# "pocket@git+https://github.com/tapanpandita/pocket.git@v0.3.7",
|
||||
# "pydantic-pkgr>=0.4.7",
|
||||
############# Plugin Dependencies ################
|
||||
@@ -133,7 +134,6 @@ dev-dependencies = [
|
||||
"django-autotyping>=0.5.1",
|
||||
]
|
||||
|
||||
|
||||
[build-system]
|
||||
requires = ["pdm-backend"]
|
||||
build-backend = "pdm.backend"
|
||||
|
||||
Reference in New Issue
Block a user