Add ftfy for fixing surrogates

This commit is contained in:
Sonny Bakker 2020-09-04 23:45:24 +02:00
parent bafb188636
commit 9bdbc2a47e
2 changed files with 303 additions and 274 deletions

584
poetry.lock generated

File diff suppressed because it is too large Load diff

View file

@ -25,6 +25,7 @@ gunicorn = "^20.0.4"
python-dotenv = "^0.12.0"
django = ">=3.0.7"
sentry-sdk = "^0.15.1"
ftfy = "^5.8"
[tool.poetry.dev-dependencies]
factory-boy = "^2.12.0"