aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar wookie184 <[email protected]>2022-08-02 18:01:27 +0100
committerGravatar GitHub <[email protected]>2022-08-02 18:01:27 +0100
commit57e5f9764dcc135166961747abcb883d6a06df7f (patch)
tree8f72d48beefe43c2566a19f6bb472b49537e0912 /pyproject.toml
parentUpdated docstring for _ext_emoji_replace (diff)
parentGitHub issues embeds: preserve order and display repo name and issue number (... (diff)
Merge branch 'main' into uwu-emoji-fix
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 076f9676..729d67fa 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -22,6 +22,7 @@ coloredlogs = "~=15.0"
colorama = { version = "~=0.4.3", markers = "sys_platform == 'win32'" }
lxml = "~=4.9"
emoji = "^1.6.1"
+pyjokes = "0.6.0"
[tool.poetry.dev-dependencies]
flake8 = "~=3.8"