-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpyproject.toml
More file actions
54 lines (46 loc) · 1.84 KB
/
pyproject.toml
File metadata and controls
54 lines (46 loc) · 1.84 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
[project]
name = "fundrive"
version = "2.0.77"
description = "fundrive"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [ "funget>=1.1.57", "nltlog>=1.1.3", "nltsecret>=1.4.72", "orjson>=3.10.10", "requests>=2.32.4", "tqdm>=4.67.1",]
[[project.authors]]
name = "牛哥"
email = "niuliangtao@qq.com"
[[project.authors]]
name = "farfarfun"
email = "farfarfun@qq.com"
[[project.maintainers]]
name = "牛哥"
email = "niuliangtao@qq.com"
[[project.maintainers]]
name = "farfarfun"
email = "farfarfun@qq.com"
[dependency-groups]
all = [ "fundrive[oss]", "fundrive[alipan]", "fundrive[webdav]", "fundrive[baidu]", "fundrive[lanzou]", "fundrive[google]", "fundrive[onedrive]", "fundrive[wenshushu]", "fundrive[amazon]", "fundrive[tsinghua]", "fundrive[dropbox]", "fundrive[github]", "fundrive[gitee]", "fundrive[pan115]",]
[project.optional-dependencies]
alipan = [ "aligo>=6.2.4", "fundrive-alipan",]
oss = [ "oss2>=2.19.0",]
webdav = [ "webdav4>=0.10.0",]
wenshushu = [ "base58>=2.1.1", "pycryptodomex>=3.21.0",]
baidu = [ "fundrive-baidu",]
lanzou = [ "fundrive-lanzou",]
plcoud = [ "requests",]
dropbox = [ "dropbox>=12.0.2",]
google = [ "google-api-python-client>=2.0.0", "google-auth-httplib2>=0.1.0", "google-auth-oauthlib>=1.0.0",]
onedrive = [ "requests>=2.25.0",]
amazon = [ "boto3>=1.34.0",]
tsinghua = [ "requests>=2.32.4",]
github = [ "requests>=2.32.4", "orjson>=3.10.10",]
gitee = [ "requests>=2.32.4", "orjson>=3.10.10",]
ossutil = [ "funinstall>=1.0.58",]
pan115 = [ "p115client>=0.0.8.4.8",]
[project.urls]
Organization = "https://github.com/farfarfun"
Repository = "https://github.com/farfarfun/fundrive"
Releases = "https://github.com/farfarfun/fundrive/releases"
[tool.setuptools]
license-files = []
[tool.uv.workspace]
members = [ "extbuild/fundrive-alipan", "extbuild/fundrive-lanzou", "extbuild/fundrive-oss", "extbuild/fundrive-wenshushu",]