forked from Ljzd-PRO/nonebot-plugin-mystool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
55 lines (50 loc) · 1.71 KB
/
pyproject.toml
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
55
[tool.poetry]
name = "nonebot-plugin-mystool"
version = "v1.3.3"
description = "QQ聊天、频道机器人插件 | 米游社工具-每日米游币任务、游戏签到、商品兑换、免抓包登录、原神崩铁便笺提醒"
license = "MIT"
authors = [
"Ljzd-PRO <[email protected]>",
"Everything0519 <[email protected]>"
]
readme = "README.md"
homepage = "https://github.com/Ljzd-PRO/nonebot-plugin-mystool"
repository = "https://github.com/Ljzd-PRO/nonebot-plugin-mystool"
documentation = "https://github.com/Ljzd-PRO/nonebot-plugin-mystool/wiki"
keywords = ["bot", "qq", "qqbot", "onebotv11", "onebot", "nonebot2", "nonebot", "mihoyo", "mihoyobbs", "qqguild", "star-rail", "genshin-impact"]
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Development Status :: 5 - Production/Stable"
]
packages = [
{ include = "nonebot_plugin_mystool", from = "src" },
]
[tool.poetry.dependencies]
python = ">=3.9,<4.0"
httpx = "^0.24.1"
nonebot_plugin_apscheduler = ">=0.2.0"
ntplib = "^0.4.0"
Pillow = ">=9.5,<11.0"
requests = "^2.31.0"
nonebot_adapter_onebot = "^2.2.4"
nonebot-adapter-qqguild = "^0.2.4"
tenacity = "^8.2.3"
qrcode = "^7.4.2"
pydantic = "^1.10.0"
nonebot2 = ">=2.0.0"
[tool.poetry.group.test.dependencies]
nonebot2 = { version = "^2.0.1", extras = ["fastapi", "httpx", "websockets"] }
nonebug = "^0.3.4"
pytest = "^7.4.0"
pytest-html = ">=3.2,<5.0"
pytest-asyncio = "^0.21.0"
flake8 = "^6.1.0"
[tool.poetry.group.test]
optional = true
[tool.poetry.urls]
"Bug Tracker" = "https://github.com/Ljzd-PRO/nonebot-plugin-mystool/issues"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"