diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index 2019d847a..f6a31cdf8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ license = "MIT" python = "3.10.*" # See https://bot-core.pythondiscord.com/ for docs. -bot-core = { url = "https://github.com/python-discord/bot-core/archive/refs/tags/v8.2.1.zip", extras = ["async-rediscache"] } +pydis_core = { version = "9.1.1", extras = ["async-rediscache"] } redis = "4.3.4" fakeredis = { version = "1.9.3", extras = ["lua"] } @@ -34,7 +34,6 @@ pyyaml = "6.0" rapidfuzz = "2.11.1" regex = "2022.9.13" sentry-sdk = "1.9.10" -statsd = "3.3.0" tldextract = "3.4.0" pydantic = "1.10.2" |