diff options
| author | 2024-06-04 23:11:34 +0100 | |
|---|---|---|
| committer | 2024-06-04 23:11:34 +0100 | |
| commit | 0f980be49914c9e9480504286d83e82c0e71cd4a (patch) | |
| tree | 37b0731c2d87abafc9556e73a51e947a307c8291 /pyproject.toml | |
| parent | Merge pull request #200 from python-discord/system-pleasure-emitting-module (diff) | |
| parent | Add new face command to system information generator module (diff) | |
Merge pull request #202 from python-discord/jb3/features/face-generator
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 2d716d6..768f932 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,6 +23,7 @@ tabulate = { extras = ["widechars"], version = "0.9.0" } jishaku = "2.5.2" sentry-sdk = "2.3.1" humanize = "4.9.0" +wand = "0.6.13" [tool.poetry.dev-dependencies] pre-commit = "3.7.1" |