mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-06-02 23:59:52 -04:00
remove no longer needed vendored libs
This commit is contained in:
parent
80e052b166
commit
0876cc78d9
7 changed files with 12 additions and 15 deletions
8
archivebox/vendor/__init__.py
vendored
8
archivebox/vendor/__init__.py
vendored
|
@ -6,11 +6,11 @@ VENDOR_DIR = Path(__file__).parent
|
|||
|
||||
VENDORED_LIBS = {
|
||||
# sys.path dir: library name
|
||||
'python-atomicwrites': 'atomicwrites',
|
||||
'django-taggit': 'taggit',
|
||||
'pydantic-pkgr': 'pydantic_pkgr',
|
||||
#'python-atomicwrites': 'atomicwrites',
|
||||
#'django-taggit': 'taggit',
|
||||
#'pydantic-pkgr': 'pydantic_pkgr',
|
||||
'pocket': 'pocket',
|
||||
'base32-crockford': 'base32_crockford',
|
||||
#'base32-crockford': 'base32_crockford',
|
||||
}
|
||||
|
||||
def load_vendored_libs():
|
||||
|
|
1
archivebox/vendor/base32-crockford
vendored
1
archivebox/vendor/base32-crockford
vendored
|
@ -1 +0,0 @@
|
|||
Subproject commit 1ffb6021485b666ea6a562abd0a1ea6f7021188f
|
1
archivebox/vendor/django-taggit
vendored
1
archivebox/vendor/django-taggit
vendored
|
@ -1 +0,0 @@
|
|||
Subproject commit 3847b3cb32cd80448a1ef4c319951a2a4a6a971c
|
1
archivebox/vendor/pydantic-pkgr
vendored
1
archivebox/vendor/pydantic-pkgr
vendored
|
@ -1 +0,0 @@
|
|||
Subproject commit 7647d3757ef0655bd8ba106c4c5b27ae16909e03
|
1
archivebox/vendor/python-atomicwrites
vendored
1
archivebox/vendor/python-atomicwrites
vendored
|
@ -1 +0,0 @@
|
|||
Subproject commit 4183999d9b7e81af85dee070d5311299bdf5164c
|
9
archivebox/vendor/requirements.txt
vendored
9
archivebox/vendor/requirements.txt
vendored
|
@ -1,6 +1,7 @@
|
|||
# this folder contains vendored versions of these packages
|
||||
|
||||
atomicwrites==1.4.0
|
||||
pocket==0.3.7
|
||||
django-taggit==1.3.0
|
||||
base32-crockford==0.3.0
|
||||
#atomicwrites==1.4.0
|
||||
#pocket==0.3.7
|
||||
#pocket@git+https://github.com/tapanpandita/pocket.git@v0.3.7
|
||||
#django-taggit==1.3.0
|
||||
#base32-crockford==0.3.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue