From 90c178e6487c2b0a142b77d966b3395af5b905de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marta=20Ba=C3=B1=C3=B3n?= <34235767+mbanon@users.noreply.github.com> Date: Fri, 14 Apr 2023 17:38:53 +0200 Subject: [PATCH] And now without typos --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 64b63e8..9c8f083 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ readme = "README.md" description = "Targetted language identifier, based on FastText and Hunspell." requires-python = ">=3.8" dependencies = [ - cyhunspell>=2.0.2, <=2.0.3", + "cyhunspell>=2.0.2, <=2.0.3", "fastspell-dictionaries==3.0", "fasttext==0.9.2", "urllib3",