aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile19
1 files changed, 10 insertions, 9 deletions
diff --git a/Pipfile b/Pipfile
index c8df24d..a70571c 100644
--- a/Pipfile
+++ b/Pipfile
@@ -4,26 +4,27 @@ url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
-isort = "*"
-yapf = "*"
ipython = "*"
-twine = "*"
-fuzzycat = {editable = true, path = "."}
-pytest = "*"
+isort = "*"
mypy = "*"
-pyyaml = "*"
+pylint = "*"
+pytest = "*"
+pytest-cov = "*"
+twine = "*"
+yapf = "*"
[packages]
+ftfy = "*"
fuzzy = "*"
fuzzycat = {editable = true, path = "."}
# cf. https://github.com/pypa/pipenv/issues/4476
importlib-metadata = "==1.7.0"
-tokenizers = "*"
-regex = "*"
-pytest-cov = "*"
glom = "*"
+toml = "*"
elasticsearch = "*"
elasticsearch-dsl = "*"
+fatcat-openapi-client = "*"
+unidecode = ">=0.10"
[requires]
python_version = "3.7"