From d3ffa9981f0c7e50cef256a2bfbb7b80caa1eba3 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Mon, 13 Sep 2021 23:06:28 +0200 Subject: remove pipenv related files fuzzycat is mostly a library; the command line tool will switch to a bundled executable (e.g. via shiv) soon; removed pipenv in order to lower confusion which setup to use; also pipenv unfortunately at time cat take a bit of time to complete operations --- setup.py | 1 - 1 file changed, 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 3cd7301..74c48cf 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,6 @@ with open("README.md", "r") as fh: ]}, install_requires=[ "dynaconf>=1", - "elasticsearch", "elasticsearch-dsl", "fatcat-openapi-client", # https://pypi.org/project/fatcat-openapi-client/ "ftfy", -- cgit v1.2.3