diff --git a/poetry.lock b/poetry.lock index 57a6ad1c..d285e0d2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1257,4 +1257,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "~3.9" -content-hash = "cb768221a993e4258cc20eb4a33ca22ea7ce11ef4d3c933f2404590c46e57f0e" +content-hash = "67ddc6676c18af14bbea8d1f29c89694a6470a689f12e402302591da81f71ec5" diff --git a/pyproject.toml b/pyproject.toml index 48e7a800..fdee1ef4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,6 @@ readme = "README.md" [tool.poetry.dependencies] python = "~3.9" django = "^4.2.5" -pillow = "^10.0.1" django-markdownx = "^4.0.2" bleach = { extras = ["css"], version = "^6.0.0" } gunicorn = "^21.2.0"