Replace profanity-filter with better-profanity

Since Heroku refuses to let me downloda the spaCy model, we're going
with this instead. :/
This commit is contained in:
Xevion
2022-03-30 15:57:47 -05:00
parent 3a0c1690d3
commit 73d9fd5454
3 changed files with 21 additions and 16 deletions
+1 -2
View File
@@ -14,9 +14,8 @@ faker = "*"
humanize = "*"
gunicorn = "*"
psycopg2 = "*"
profanity-filter = "*"
flask-wtf = "*"
en-core-web-sm = {file = "https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-2.3.1/en_core_web_sm-2.3.1.tar.gz"}
better-profanity = "*"
[dev-packages]