remove no longer needed vendored libs

This commit is contained in:
Nick Sweeting 2024-10-04 23:35:34 -07:00
parent 80e052b166
commit 0876cc78d9
No known key found for this signature in database
7 changed files with 12 additions and 15 deletions

View file

@ -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():