mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-24 00:55:07 +08:00
22 lines
499 B
TOML
22 lines
499 B
TOML
[tool.poetry]
|
|
name = "nonebot-test"
|
|
version = "0.1.0"
|
|
description = "Private test env for nonebot"
|
|
authors = ["yanyongyu <yyy@nonebot.dev>"]
|
|
license = "MIT"
|
|
packages = [{ include = "nonebot-test.py" }]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.9"
|
|
trio = "^0.27.0"
|
|
nonebug = "^0.4.1"
|
|
wsproto = "^1.2.0"
|
|
pytest-cov = "^6.0.0"
|
|
pytest-xdist = "^3.0.2"
|
|
werkzeug = ">=2.3.6,<4.0.0"
|
|
coverage-conditional-plugin = "^0.9.0"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|