aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2020-11-25 01:43:58 +0100
committerMartin Czygan <martin.czygan@gmail.com>2020-11-25 01:43:58 +0100
commitf8b32179368d5bd68422fe439f2aa572136168c8 (patch)
tree6cb94a4d1fbd7ad3fe70912b5f5c5c91cc29e92d
parent7fbb1caa7464a9a68ab348d863405fa56a53aebb (diff)
downloadfuzzycat-f8b32179368d5bd68422fe439f2aa572136168c8.tar.gz
fuzzycat-f8b32179368d5bd68422fe439f2aa572136168c8.zip
drop es dep
-rw-r--r--Pipfile.lock16
-rw-r--r--setup.py1
2 files changed, 0 insertions, 17 deletions
diff --git a/Pipfile.lock b/Pipfile.lock
index f193858..e37259e 100644
--- a/Pipfile.lock
+++ b/Pipfile.lock
@@ -131,14 +131,6 @@
],
"version": "==2.0.4"
},
- "elasticsearch": {
- "hashes": [
- "sha256:9053ca99bc9db84f5d80e124a79a32dfa0f7079b2112b546a03241c0dbeda36d",
- "sha256:9a21bfa7dc6a0b0dc142088bd653d8ce5ab284b4f7a3ded716185adf5276a7fe"
- ],
- "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' and python_version < '4'",
- "version": "==7.10.0"
- },
"ftfy": {
"hashes": [
"sha256:51c7767f8c4b47d291fcef30b9625fb5341c06a31e6a3b627039c706c42f3720"
@@ -709,14 +701,6 @@
"markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'",
"version": "==0.16"
},
- "elasticsearch": {
- "hashes": [
- "sha256:9053ca99bc9db84f5d80e124a79a32dfa0f7079b2112b546a03241c0dbeda36d",
- "sha256:9a21bfa7dc6a0b0dc142088bd653d8ce5ab284b4f7a3ded716185adf5276a7fe"
- ],
- "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' and python_version < '4'",
- "version": "==7.10.0"
- },
"ftfy": {
"hashes": [
"sha256:51c7767f8c4b47d291fcef30b9625fb5341c06a31e6a3b627039c706c42f3720"
diff --git a/setup.py b/setup.py
index 7a39369..e1c224b 100644
--- a/setup.py
+++ b/setup.py
@@ -26,7 +26,6 @@ with open("README.md", "r") as fh:
"fuzzycat=fuzzycat.main:main"
]},
install_requires=[
- "elasticsearch>=7",
"ftfy",
"fuzzy",
"pydantic",