diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2020-12-16 02:50:10 +0100 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2020-12-16 02:50:10 +0100 |
commit | 3549cc0333a99ab2d7dbca695f58c4a51a9ad9e8 (patch) | |
tree | e44b04ee7711e2bb2d53a311d235ec46afe9b10e /Pipfile | |
parent | 3f79c65e6bbd85628cfba56b3c259929d376aa82 (diff) | |
download | fuzzycat-3549cc0333a99ab2d7dbca695f58c4a51a9ad9e8.tar.gz fuzzycat-3549cc0333a99ab2d7dbca695f58c4a51a9ad9e8.zip |
cleanup deps
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 19 |
1 files changed, 10 insertions, 9 deletions
@@ -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" |