-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpyproject.toml
More file actions
40 lines (39 loc) · 951 Bytes
/
pyproject.toml
File metadata and controls
40 lines (39 loc) · 951 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 = "endcord"
version = "1.3.0"
description = "Feature rich Discord TUI client."
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"discord-protos>=1.2.120",
"emoji>=2.15.0",
"filetype>=1.2.0",
"numpy>=2.4.2",
"orjson>=3.11.7",
"psutil>=7.2.1; sys_platform != 'linux'",
"pycryptodome>=3.23.0",
"pynacl>=1.6.2",
"pysocks>=1.7.1",
"python-socks>=2.8.1",
"pywin32>=311; sys_platform == 'win32'",
"pywin32-ctypes>=0.2.3; sys_platform == 'win32'",
"qrcode>=8.2",
"soundcard>=0.4.5",
"soundfile>=0.13.1",
"urllib3>=2.6.3",
"websocket-client>=1.9.0",
"windows-curses>=2.4.1; sys_platform == 'win32'",
"windows-toasts>=1.3.1; sys_platform == 'win32'",
]
[dependency-groups]
build = [
"cython>=3.2.4",
"nuitka>=4.0.1",
"pyinstaller>=6.19.0",
"setuptools>=82.0.0",
]
media = [
"av>=16.1.0",
"pillow>=12.1.1",
"pynacl>=1.6.2",
]