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]

11
Pipfile.lock generated
View File

@@ -1,7 +1,7 @@
{
"_meta": {
"hash": {
"sha256": "9b3713a297f7309e66d58786655c30bf4f17eaebe39c2f407ad357bf03ba6e13"
"sha256": "6edd84812b999051a69550ff223372410e1bd92bcde1f20d547217ff54fbe834"
},
"pipfile-spec": 6,
"requires": {
@@ -104,6 +104,13 @@
],
"version": "==2.0.6"
},
"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",
"hashes": [
"sha256:06c80936324012d1223291d2af41a5229e746dc2dee8fe31a532666ee3d18aaa"
],
"version": "==2.3.1"
},
"faker": {
"hashes": [
"sha256:188961065fb5c78ea639f42176f55100f72c90c3a3179ac6c955c4bd712b0511",
@@ -675,7 +682,7 @@
"sha256:44ece4d53fb1706f667c9bd1c648f5469a2ec925fcf3a776667042d645472c14",
"sha256:aabaf16477806a5e1dd19aa41f8c2b7950dd3c746362d7e3223dbe6de6ac448e"
],
"markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'",
"markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4.0'",
"version": "==1.26.9"
},
"wasabi": {