diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2022-12-12 08:13:17 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-12 08:13:17 +0100 |
| commit | 966e9c3c5d435c473521c332e4ed464d2ff4187e (patch) | |
| tree | 2d698ac11b6dd96ba4a88984b0919cbecbe52ef9 /requirements.txt | |
| parent | abb33bd7ddf913fd98826584ed8b687889d3b346 (diff) | |
| parent | ed901ab18edddcfd566ac37ddb1b429969ccc2ad (diff) | |
Merge pull request #1969 from ArtikusHG/master
Add language autodetect plugin
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index e503a961d..de48aea00 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,3 +16,4 @@ setproctitle==1.3.2 redis==4.4.0 markdown-it-py==2.1.0 typing_extensions==4.4.0 +fasttext-wheel==0.9.2 |