From f8b32179368d5bd68422fe439f2aa572136168c8 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Wed, 25 Nov 2020 01:43:58 +0100 Subject: drop es dep --- Pipfile.lock | 16 ---------------- setup.py | 1 - 2 files changed, 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", -- cgit v1.2.3