feat(settings): Allow moderators to set moderation languages

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2604>
This commit is contained in:
Georg Krause 2023-11-16 09:01:04 +00:00
commit 1a0596b102
5 changed files with 33 additions and 1 deletions

View file

@ -87,6 +87,7 @@ watchdog = "==2.2.1"
troi = { git = "https://github.com/metabrainz/troi-recommendation-playground.git", tag = "v-2023-10-30.0"}
lb-matching-tools = { git = "https://github.com/metabrainz/listenbrainz-matching-tools.git", branch = "main"}
unidecode = "==1.3.6"
pycountry = "22.3.5"
# Typesense
typesense = { version = "==0.15.1", optional = true }