Add spaCy en-core-web-sm model to Pipfile

This commit is contained in:
Xevion
2022-03-30 02:38:05 -05:00
parent 29d9426d57
commit 018752f0df
2 changed files with 10 additions and 2 deletions

View File

@@ -16,6 +16,7 @@ gunicorn = "*"
psycopg2 = "*"
profanity-filter = "*"
flask-wtf = "*"
en-core-web-sm = {file = "https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-2.3.1/en_core_web_sm-2.3.1.tar.gz"}
[dev-packages]