aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2021-09-13 23:06:28 +0200
committerMartin Czygan <martin.czygan@gmail.com>2021-09-13 23:06:28 +0200
commitd3ffa9981f0c7e50cef256a2bfbb7b80caa1eba3 (patch)
tree2d6368b41a434edd359ffb4541d0fd4732e94e21 /setup.py
parentc9480cec94e19e9511eb391c6d38c504ac7e02c9 (diff)
downloadfuzzycat-d3ffa9981f0c7e50cef256a2bfbb7b80caa1eba3.tar.gz
fuzzycat-d3ffa9981f0c7e50cef256a2bfbb7b80caa1eba3.zip
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
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
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",