Skip to content

Commit 7e27a54

Browse files
committed
deps: add preliminary dave.py dependency
1 parent d8f013c commit 7e27a54

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ dependencies = [
1919
"aiohttp>=3.7.0,<4.0",
2020
"typing-extensions>=4.1",
2121
"yarl>=1.0",
22+
"dave.py~=0.1.0a0", # FIXME: move to `voice` group, use stable version
2223
]
2324
classifiers = [
2425
"Development Status :: 5 - Production/Stable",
@@ -50,7 +51,7 @@ speed = [
5051
]
5152
voice = [
5253
"PyNaCl>=1.5.0,<1.6",
53-
'audioop-lts>=0.2.1; python_version >= "3.13"'
54+
'audioop-lts>=0.2.1; python_version >= "3.13"',
5455
]
5556

5657
[dependency-groups]

0 commit comments

Comments
 (0)