mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-27 21:24:16 -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():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue