mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-16 11:35:59 +02:00
remove no longer needed vendored libs
This commit is contained in:
8
archivebox/vendor/__init__.py
vendored
8
archivebox/vendor/__init__.py
vendored
@@ -6,11 +6,11 @@ VENDOR_DIR = Path(__file__).parent
|
|||||||
|
|
||||||
VENDORED_LIBS = {
|
VENDORED_LIBS = {
|
||||||
# sys.path dir: library name
|
# sys.path dir: library name
|
||||||
'python-atomicwrites': 'atomicwrites',
|
#'python-atomicwrites': 'atomicwrites',
|
||||||
'django-taggit': 'taggit',
|
#'django-taggit': 'taggit',
|
||||||
'pydantic-pkgr': 'pydantic_pkgr',
|
#'pydantic-pkgr': 'pydantic_pkgr',
|
||||||
'pocket': 'pocket',
|
'pocket': 'pocket',
|
||||||
'base32-crockford': 'base32_crockford',
|
#'base32-crockford': 'base32_crockford',
|
||||||
}
|
}
|
||||||
|
|
||||||
def load_vendored_libs():
|
def load_vendored_libs():
|
||||||
|
1
archivebox/vendor/base32-crockford
vendored
1
archivebox/vendor/base32-crockford
vendored
Submodule archivebox/vendor/base32-crockford deleted from 1ffb602148
1
archivebox/vendor/django-taggit
vendored
1
archivebox/vendor/django-taggit
vendored
Submodule archivebox/vendor/django-taggit deleted from 3847b3cb32
1
archivebox/vendor/pydantic-pkgr
vendored
1
archivebox/vendor/pydantic-pkgr
vendored
Submodule archivebox/vendor/pydantic-pkgr deleted from 7647d3757e
1
archivebox/vendor/python-atomicwrites
vendored
1
archivebox/vendor/python-atomicwrites
vendored
Submodule archivebox/vendor/python-atomicwrites deleted from 4183999d9b
9
archivebox/vendor/requirements.txt
vendored
9
archivebox/vendor/requirements.txt
vendored
@@ -1,6 +1,7 @@
|
|||||||
# this folder contains vendored versions of these packages
|
# this folder contains vendored versions of these packages
|
||||||
|
|
||||||
atomicwrites==1.4.0
|
#atomicwrites==1.4.0
|
||||||
pocket==0.3.7
|
#pocket==0.3.7
|
||||||
django-taggit==1.3.0
|
#pocket@git+https://github.com/tapanpandita/pocket.git@v0.3.7
|
||||||
base32-crockford==0.3.0
|
#django-taggit==1.3.0
|
||||||
|
#base32-crockford==0.3.0
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "archivebox"
|
name = "archivebox"
|
||||||
version = "0.8.5"
|
version = "0.8.5-rc1"
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
description = "Self-hosted internet archiving solution."
|
description = "Self-hosted internet archiving solution."
|
||||||
authors = [{name = "Nick Sweeting", email = "pyproject.toml@archivebox.io"}]
|
authors = [{name = "Nick Sweeting", email = "pyproject.toml@archivebox.io"}]
|
||||||
@@ -83,11 +83,11 @@ dependencies = [
|
|||||||
############# VENDORED LIBS ######################
|
############# VENDORED LIBS ######################
|
||||||
# these can be safely omitted when installation subsystem does not provide these as packages (e.g. apt/debian)
|
# 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
|
# archivebox will automatically load fallback vendored copies bundled via archivebox/vendor/__init__.py
|
||||||
"pydantic-pkgr>=0.4.2",
|
"pydantic-pkgr>=0.4.3",
|
||||||
"atomicwrites==1.4.1",
|
"atomicwrites==1.4.1",
|
||||||
"pocket@git+https://github.com/tapanpandita/pocket.git@v0.3.7",
|
|
||||||
"django-taggit==1.3.0",
|
"django-taggit==1.3.0",
|
||||||
"base32-crockford==0.3.0",
|
"base32-crockford==0.3.0",
|
||||||
|
# "pocket@git+https://github.com/tapanpandita/pocket.git@v0.3.7",
|
||||||
#################################################
|
#################################################
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user