From 3cdd049998ed85827dc6339725ea8fdda5a700aa Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Mon, 17 Aug 2020 17:30:28 +0200 Subject: large overhaul * separate all fatcat related code into fatcat submodule * more type annotations * add verify_serial_name for journal names --- setup.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index e2ff44b..25ccc46 100644 --- a/setup.py +++ b/setup.py @@ -23,18 +23,20 @@ with open("README.md", "r") as fh: python_requires=">=3.6", zip_safe=False, entry_points={"console_scripts": [ - "fuzzycat=fuzzycat.main:main", "fuzzycat-issn=fuzzycat.issn:main", ],}, install_requires=[ "fatcat-openapi-client", "ftfy", "simhash", - "unidecode", + "unidecode>=0.10", + "toml", + "elasticsearch>=7", ], extras_require={"dev": [ "ipython", "isort", + "pylint", "jupyter", "matplotlib", "pandas", -- cgit v1.2.3