diff options
author | 2025-02-15 16:25:08 +0000 | |
---|---|---|
committer | 2025-02-15 16:25:08 +0000 | |
commit | eaf43f98615512d925629e1ac1e56de4d022c040 (patch) | |
tree | 75b5652c666d17964a217965e5b0a9c9d503dfee /pyproject.toml | |
parent | Format code to new ruff rules (diff) |
Add audioop-lts which is required to run discord.py in 3.13
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 4c08860..914c74d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,11 +7,12 @@ license = "MIT" package-mode = false [tool.poetry.dependencies] -python = "3.13.*" +python = "~=3.13.0" # See https://bot-core.pythondiscord.com/ for docs. pydis-core = "11.5.1" +audioop-lts = "0.2.1" beautifulsoup4 = "4.13.3" pydantic = "2.10.6" pydantic-settings = "2.7.1" |