-
Notifications
You must be signed in to change notification settings - Fork 25
/
pyproject.toml
35 lines (31 loc) · 1.02 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
[tool.poetry]
name = "nonebot_plugin_fortune"
version = "0.4.12"
description = "Fortune divination!"
authors = ["KafCoppelia <[email protected]>"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/MinatoAquaCrews/nonebot_plugin_fortune"
homepage = "https://github.com/MinatoAquaCrews/nonebot_plugin_fortune"
documentation = "https://github.com/MinatoAquaCrews/nonebot_plugin_fortune#readme"
keywords = ["nonebot2", "nonebot-plugin", "Fortune", "MinatoAquaCrews"]
packages = [{include = "nonebot_plugin_fortune"}]
exclude = ["nonebot_plugin_fortune/resource/img"]
[tool.poetry.dependencies]
python = "^3.9"
nonebot2 = "^2.0.0rc4"
nonebot-adapter-onebot = "^2.2.0"
nonebot-plugin-apscheduler = "^0.2.0"
pillow = "^9.0.0"
httpx = "^0.23.0"
aiofiles = "^0.8.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[[tool.poetry.source]]
name = "tencentyun"
url = "https://mirrors.tencent.com/pypi/simple"
priority = "primary"
[[tool.poetry.source]]
name = "PyPI"
priority = "explicit"