Don't need spacy

This commit is contained in:
Luke Van Seters 2021-07-15 14:31:39 -04:00
parent 9e6f79940b
commit b7342d9fe2

View File

@ -3,7 +3,7 @@
# A comma-separated list of package or module names from where C extensions may
# be loaded. Extensions are loading into the active Python interpreter and may
# run arbitrary code.
extension-pkg-whitelist=spacy, pydantic
extension-pkg-whitelist=pydantic
# Add files or directories to the blacklist. They should be base names, not
# paths.