diff options
| author | 2024-06-04 01:26:37 +0100 | |
|---|---|---|
| committer | 2024-06-04 19:20:56 +0100 | |
| commit | ee3efafa5e991b121c85143c7abdfacf2eee96de (patch) | |
| tree | 9058675597297f0a5f46cc2e131bc41debd33493 /pyproject.toml | |
| parent | Merge pull request #200 from python-discord/system-pleasure-emitting-module (diff) | |
Add new Wand dependency
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" |