Custom emoji support

This commit is contained in:
Thomas Sileo
2022-06-27 20:55:44 +02:00
parent 5b025a8e45
commit 09ce33579a
17 changed files with 357 additions and 70 deletions

View File

@@ -36,6 +36,8 @@ Pillow = "^9.1.1"
blurhash-python = "^1.1.3"
html2text = "^2020.1.16"
feedgen = "^0.9.0"
emoji = "^1.7.0"
PyLD = "^2.0.3"
[tool.poetry.dev-dependencies]
black = "^22.3.0"
@@ -53,6 +55,7 @@ types-Markdown = "^3.3.28"
factory-boy = "^3.2.1"
pytest-asyncio = "^0.18.3"
types-Pillow = "^9.0.20"
types-emoji = "^1.7.2"
[build-system]
requires = ["poetry-core>=1.0.0"]