aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile35
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"