-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
35 lines (30 loc) · 911 Bytes
/
pyproject.toml
File metadata and controls
35 lines (30 loc) · 911 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
25
26
27
28
29
30
31
32
33
34
35
[tool.poetry]
name = "nonebot-adapter-yunhu"
version = "0.1.6"
description = "A NoneBot adapter for YunHu"
authors = ["molanp <molanpp@outlook.com>"]
license = "MIT"
readme = "README.md"
packages = [
{ include = "nonebot", from = "src" }
]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Framework :: Robot Framework",
"Framework :: Robot Framework :: Library",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
]
keywords = ["yunhu", "adapter", "nonebot2"]
[tool.poetry.dependencies]
python = ">=3.9,<4.0"
nonebot2 = ">=2.3.0"
typing-extensions = ">=4.3.0"
pydantic = ">=1.10.0,<3.0.0,!=2.5.0,!=2.5.1"
filetype = "^1.2.0"
[tool.poetry.urls]
Homepage = "https://github.com/molanp/nonebot-adapter-yunhu"
Repository = "https://github.com/molanp/nonebot-adapter-yunhu"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"