diff --git a/pyproject.toml b/pyproject.toml index 3084372..3f15903 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ requires-python = ">=3.8" dependencies = [ "cyhunspell>=2.0.2, <=2.0.3", "fastspell-dictionaries==3.0", - "fasttext @ git+https://github.com/bitextor/fastText", + "fasttext-wheel==0.9.2", "urllib3", "PyYAML", ]