diff --git a/presidio-analyzer/Pipfile b/presidio-analyzer/Pipfile index 8a7c4f4a6..21dd17340 100644 --- a/presidio-analyzer/Pipfile +++ b/presidio-analyzer/Pipfile @@ -5,6 +5,7 @@ name = "pypi" [packages] spacy = ">=3.4.4,<4.0.0" +en-core-web-lg = {file = "https://github.com/explosion/spacy-models/releases/download/en_core_web_lg-3.6.0/en_core_web_lg-3.6.0-py3-none-any.whl"} regex = "*" tldextract = "*" flask = ">=1.1" diff --git a/presidio-analyzer/Pipfile.lock b/presidio-analyzer/Pipfile.lock index 615f9f2d5..ff5772ddc 100644 --- a/presidio-analyzer/Pipfile.lock +++ b/presidio-analyzer/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "ff67794fd2c6285f27d511a17462880b613d1d4d611c980fdac6cdb05c132b0a" + "sha256": "87e2a5ee61e74670c248e5974badfd3dcdaf8225ba0669bcb9690f1bb7e12967" }, "pipfile-spec": 6, "requires": {}, @@ -209,6 +209,9 @@ ], "version": "==2.0.7" }, + "en-core-web-lg": { + "file": "https://github.com/explosion/spacy-models/releases/download/en_core_web_lg-3.6.0/en_core_web_lg-3.6.0-py3-none-any.whl" + }, "filelock": { "hashes": [ "sha256:0ecc1dd2ec4672a10c8550a8182f1bd0c0a5088470ecd5a125e45f49472fac3d",