forked from MinatoAquaCrews/nonebot_plugin_tarot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
32 lines (28 loc) · 854 Bytes
/
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
[tool.poetry]
name = "nonebot_plugin_tarot"
version = "0.4.0.post4"
description = "Tarot divination!"
authors = ["KafCoppelia <[email protected]>"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/MinatoAquaCrews/nonebot_plugin_tarot"
keywords = ["nonebot2", "nonebot-plugin", "Tarot", "MinatoAquaCrews"]
packages = [{include = "nonebot_plugin_tarot"}]
exclude = ["nonebot_plugin_tarot/resource"]
[tool.poetry.dependencies]
python = "^3.8"
nonebot2 = "^2.0.0b3"
nonebot-adapter-onebot = "^2.1.0"
pillow = "^9.0.0"
aiocache = "^0.11.1"
httpx = "^0.23.0"
[tool.poetry.group.dev.dependencies]
autopep8 = "^2.0.1"
[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"
default = false
secondary = false