diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-09-13 23:06:28 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-09-13 23:06:28 +0200 |
commit | d3ffa9981f0c7e50cef256a2bfbb7b80caa1eba3 (patch) | |
tree | 2d6368b41a434edd359ffb4541d0fd4732e94e21 /Pipfile | |
parent | c9480cec94e19e9511eb391c6d38c504ac7e02c9 (diff) | |
download | fuzzycat-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 'Pipfile')
-rw-r--r-- | Pipfile | 35 |
1 files changed, 0 insertions, 35 deletions
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" |