stuff required for the matching api

This commit is contained in:
Jonas Winkler 2020-10-29 00:33:42 +01:00
parent 0221fc0402
commit 7b2f145300
2 changed files with 18 additions and 1 deletions

View File

@ -23,6 +23,8 @@ scikit-learn="*"
whoosh="*" whoosh="*"
gunicorn = "*" gunicorn = "*"
whitenoise = "*" whitenoise = "*"
fuzzywuzzy = "*"
python-Levenshtein = "*"
django-extensions = "*" django-extensions = "*"

17
Pipfile.lock generated
View File

@ -1,7 +1,7 @@
{ {
"_meta": { "_meta": {
"hash": { "hash": {
"sha256": "c97319273d3adba5e8efb7c0fa5ee1f06529dc2a9291bce096610b268d575e84" "sha256": "48343a032c1becd5f1a3ae46c2ade70c14c251591c5f9cb49dd2cab26b0e0bea"
}, },
"pipfile-spec": 6, "pipfile-spec": 6,
"requires": {}, "requires": {},
@ -77,6 +77,14 @@
"index": "pypi", "index": "pypi",
"version": "==1.6" "version": "==1.6"
}, },
"fuzzywuzzy": {
"hashes": [
"sha256:45016e92264780e58972dca1b3d939ac864b78437422beecebb3095f8efd00e8",
"sha256:928244b28db720d1e0ee7587acf660ea49d7e4c632569cad4f1cd7e68a5f0993"
],
"index": "pypi",
"version": "==0.18.0"
},
"gunicorn": { "gunicorn": {
"hashes": [ "hashes": [
"sha256:1904bb2b8a43658807108d59c3f3d56c2b6121a701161de0ddf9ad140073c626", "sha256:1904bb2b8a43658807108d59c3f3d56c2b6121a701161de0ddf9ad140073c626",
@ -251,6 +259,13 @@
"index": "pypi", "index": "pypi",
"version": "==0.4.6" "version": "==0.4.6"
}, },
"python-levenshtein": {
"hashes": [
"sha256:033a11de5e3d19ea25c9302d11224e1a1898fe5abd23c61c7c360c25195e3eb1"
],
"index": "pypi",
"version": "==0.12.0"
},
"pytz": { "pytz": {
"hashes": [ "hashes": [
"sha256:a494d53b6d39c3c6e44c3bec237336e14305e4f29bbf800b599253057fbb79ed", "sha256:a494d53b6d39c3c6e44c3bec237336e14305e4f29bbf800b599253057fbb79ed",