Refa: drop useless fasttext (#5470)

### What problem does this PR solve?

This patch drop useless fastext which is seems useless in the code base 
and its very kind of hard install
should close #4498


### Type of change

- [x] Refactoring

Signed-off-by: yihong0618 <zouzou0208@gmail.com>
This commit is contained in:
yihong
2025-02-28 14:30:56 +08:00
committed by GitHub
parent 79bc9d97c9
commit 37aacb3960
3 changed files with 0 additions and 26 deletions

View File

@ -36,7 +36,6 @@ dependencies = [
"elastic-transport==8.12.0",
"elasticsearch==8.12.1",
"elasticsearch-dsl==8.12.0",
"fasttext==0.9.3",
"filelock==3.15.4",
"flask==3.0.3",
"flask-cors==5.0.0",