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 --- Pipfile | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 Pipfile (limited to 'Pipfile') diff --git a/Pipfile b/Pipfile deleted file mode 100644 index cc1ae23..0000000 --- a/Pipfile +++ /dev/null @@ -1,35 +0,0 @@ -[[source]] -name = "pypi" -url = "https://pypi.org/simple" -verify_ssl = true - -[dev-packages] -ipython = "*" -isort = "*" -mypy = "*" -pylint = "*" -pytest = "*" -pytest-cov = "*" -twine = "*" -yapf = "*" -xar = "*" - -[packages] -ftfy = "*" -fuzzycat = {editable = true, path = "."} -# cf. https://github.com/pypa/pipenv/issues/4476 -importlib-metadata = "==1.7.0" -glom = "*" -toml = "*" -elasticsearch = "*" -elasticsearch-dsl = "*" -fatcat-openapi-client = "*" -unidecode = ">=0.10" -requests = "*" -dynaconf = "*" -regex = "*" -zstandard = "*" -jellyfish = "*" - -[requires] -python_version = "3.8" -- cgit v1.2.3