Attachments support for the outbox

This commit is contained in:
Thomas Sileo
2022-06-23 21:07:20 +02:00
parent a2cfc36dab
commit 1a88ce7259
11 changed files with 497 additions and 58 deletions

View File

@@ -32,6 +32,8 @@ Pygments = "^2.12.0"
types-python-dateutil = "^2.8.17"
loguru = "^0.6.0"
mdx-linkify = "^2.1"
Pillow = "^9.1.1"
blurhash-python = "^1.1.3"
[tool.poetry.dev-dependencies]
black = "^22.3.0"
@@ -48,6 +50,7 @@ types-bleach = "^5.0.2"
types-Markdown = "^3.3.28"
factory-boy = "^3.2.1"
pytest-asyncio = "^0.18.3"
types-Pillow = "^9.0.20"
[build-system]
requires = ["poetry-core>=1.0.0"]