We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8f013c commit 7e27a54Copy full SHA for 7e27a54
pyproject.toml
@@ -19,6 +19,7 @@ dependencies = [
19
"aiohttp>=3.7.0,<4.0",
20
"typing-extensions>=4.1",
21
"yarl>=1.0",
22
+ "dave.py~=0.1.0a0", # FIXME: move to `voice` group, use stable version
23
]
24
classifiers = [
25
"Development Status :: 5 - Production/Stable",
@@ -50,7 +51,7 @@ speed = [
50
51
52
voice = [
53
"PyNaCl>=1.5.0,<1.6",
- 'audioop-lts>=0.2.1; python_version >= "3.13"'
54
+ 'audioop-lts>=0.2.1; python_version >= "3.13"',
55
56
57
[dependency-groups]
0 commit comments