diff options
| author | 2021-08-17 08:45:19 -0500 | |
|---|---|---|
| committer | 2021-08-17 08:45:19 -0500 | |
| commit | e098273a3ddd3afd8b254aad439b08fc380ff40e (patch) | |
| tree | 21e57bd813ffd5cc05aee3844cb6b362f10d6a0e /pyproject.toml | |
| parent | Removed a massive it block (diff) | |
| parent | Merge pull request #792 from python-discord/more-py-topics (diff) | |
Merge branch 'main' into main
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" |