diff options
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" |