From 3549cc0333a99ab2d7dbca695f58c4a51a9ad9e8 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Wed, 16 Dec 2020 02:50:10 +0100 Subject: cleanup deps --- setup.py | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 1833fed..30bfbaf 100644 --- a/setup.py +++ b/setup.py @@ -26,21 +26,19 @@ with open("README.md", "r") as fh: "fuzzycat=fuzzycat.main:main" ]}, install_requires=[ + "elasticsearch", + "elasticsearch-dsl", + "fatcat-openapi-client", # https://pypi.org/project/fatcat-openapi-client/ "ftfy", "fuzzy", - "pydantic", + "glom", "toml", "unidecode>=0.10", - "fatcat-openapi-client", # https://pypi.org/project/fatcat-openapi-client/ - "elasticsearch", - "elasticsearch-dsl", ], extras_require={"dev": [ "ipython", "isort", - "jupyter", - "matplotlib", - "pandas", + "mypy", "pylint", "pytest", "pytest-cov", -- cgit v1.2.3