diff --git a/pyproject.toml b/pyproject.toml index fbd85c6bf..b1ca762f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,6 +49,8 @@ dependencies = [ "watchfiles>=1.0.5", "websockets>=15.0.1", "wechatpy>=1.8.18", + "audioop-lts ; python_full_version >= '3.13'", + "click>=8.2.1", ] [project.scripts] diff --git a/requirements.txt b/requirements.txt index ef778d226..7ab79a34b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -42,4 +42,5 @@ slack-sdk pydub sqlmodel deprecated -sqlalchemy[asyncio] \ No newline at end of file +sqlalchemy[asyncio] +audioop-lts; python_version>='3.13' \ No newline at end of file