diff options
| author | 2022-08-02 18:01:27 +0100 | |
|---|---|---|
| committer | 2022-08-02 18:01:27 +0100 | |
| commit | 57e5f9764dcc135166961747abcb883d6a06df7f (patch) | |
| tree | 8f72d48beefe43c2566a19f6bb472b49537e0912 /pyproject.toml | |
| parent | Updated docstring for _ext_emoji_replace (diff) | |
| parent | GitHub 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.toml | 1 |
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" |