diff options
| author | 2021-08-23 02:06:27 -0700 | |
|---|---|---|
| committer | 2021-08-23 02:06:27 -0700 | |
| commit | 1ee1f76581aa3549d65bf7dfbe38dfa55b1d4549 (patch) | |
| tree | 73d1b3d2a2c82733b4e0ec642249b6a0f0f96d2e /pyproject.toml | |
| parent | Improve overall code transparency in the Wikipedia Cog (diff) | |
| parent | Merge pull request #813 from python-discord/avatar-effects-fix (diff) | |
Merge branch 'main' into pr/wikipediaissue
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index de7fb2eb..293d4e12 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,8 +8,9 @@ license = "MIT" [tool.poetry.dependencies] python = "^3.9" aiodns = "~=2.0" +aioredis = "~1.3" +rapidfuzz = "~=1.4" arrow = "~=1.1.0" -fuzzywuzzy = "~=0.17" pillow = "~=8.1" sentry-sdk = "~=0.19" PyYAML = "~=5.4" |