diff options
author | 2024-03-24 21:00:33 +0000 | |
---|---|---|
committer | 2024-03-24 21:00:33 +0000 | |
commit | 578b2218f36d1dcf35e94cafd232ba5e7116c26d (patch) | |
tree | 591c260cf597ee1b1444c84ed6f23975b7aebe85 /pyproject.toml | |
parent | Lint repo with new ruff rules (diff) |
Remove the requirement for <3.12 for fakeredis
lupa now has support for 3.12, so this restriction can be removed
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 09453c31..68299ddb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ python = "3.11.* || 3.12.*" "discord.py" = "~=2.3.2" async-rediscache = { version = "1.0.0rc2", optional = true } -fakeredis = { version = "~=2.0", extras = ["lua"], optional = true, python = "<3.12" } +fakeredis = { version = "~=2.0", extras = ["lua"], optional = true } pydantic = "~=2.6" statsd = "~=4.0" aiodns = "~=3.1" |