From 3549cc0333a99ab2d7dbca695f58c4a51a9ad9e8 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Wed, 16 Dec 2020 02:50:10 +0100 Subject: cleanup deps --- Pipfile | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'Pipfile') 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" -- cgit v1.2.3