-
-
Notifications
You must be signed in to change notification settings - Fork 278
Expand file tree
/
Copy pathpyproject.toml
More file actions
24 lines (23 loc) · 622 Bytes
/
pyproject.toml
File metadata and controls
24 lines (23 loc) · 622 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
[project]
name = "ghost-downloader-3"
version = "3.8"
description = "ghost-downloader-3"
requires-python = ">=3.11"
dependencies = [
"desktop-notifier>=6.2.0",
"libtorrent>=2.0.11",
"libtorrent-windows-dll>=0.0.3; sys_platform == 'win32'",
"loguru>=0.7.3",
"niquests[http3,socks,speedups]>=3.18.2",
"nuitka>=4.0.7",
"pyside6~=6.10.2",
"qrcode[png]>=8.2",
"winloop>=0.6.0; sys_platform == 'win32'",
"uvloop>=0.22.1; sys_platform != 'win32'",
"aioftp[socks]>=0.27.2",
"pyside6-fluent-widgets>=1.11.1",
]
[dependency-groups]
dev = [
"types-libtorrent>=2.0.11.20250816",
]