-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
40 lines (37 loc) · 1010 Bytes
/
pyproject.toml
File metadata and controls
40 lines (37 loc) · 1010 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[project]
name = "new-discord-voicereceive"
version = "0.1.0"
description = ""
authors = [{ name = "sairam4123", email = "[email protected]" }]
requires-python = ">=3.13, <3.14"
license = "AGPL-3.0-or-later"
dependencies = [
"gtts<=2.5.6",
"python-dateutil>=2.8.2,<3",
"parsedatetime~=2.6",
"pydub>=0.25.1,<0.26",
"py-cord[voice]>=2.2.2,<3",
"pocketsphinx>=5.0.0,<6",
"vosk>=0.3.44,<0.4",
"pyAudio>=0.2.12,<0.3",
"wavelink>=1.3.3,<2",
"SpeechRecognition>=3.10.0,<4",
"py-trans==0.6.1",
"aiofiles>=24.1.0,<25",
"beautifulsoup4>=4.12.3,<5",
"aioconsole>=0.8.1,<0.9",
"climage>=0.2.2,<0.3",
"audioop-lts>=0.2.1,<0.3 ; python_version >= '3.13'",
"yapper-tts>=0.7.1",
"google-cloud-texttospeech>=2.31.0",
"pypdf>=6.1.1",
"pdfplumber>=0.11.7",
"tqdm>=4.67.1",
]
[dependency-groups]
dev = ["pyinstaller>=6.12.0,<7"]
[tool.uv]
package = false
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"