From 32d7ff71e7d6d97fa61a85a31ac1449597562cfe Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Thu, 5 Nov 2020 23:23:56 +0100 Subject: update setup.py --- setup.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index cdf4502..7a39369 100644 --- a/setup.py +++ b/setup.py @@ -27,12 +27,13 @@ with open("README.md", "r") as fh: ]}, install_requires=[ "elasticsearch>=7", - # "fatcat-openapi-client", "ftfy", "fuzzy", - # "simhash", + "pydantic", "toml", "unidecode>=0.10", + # "fatcat-openapi-client", + # "simhash", ], extras_require={"dev": [ "ipython", -- cgit v1.2.3