mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-24 17:15:05 +08:00
22 lines
509 B
TOML
22 lines
509 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.8"
|
||
|
nonebug = "^0.3.0"
|
||
|
wsproto = "^1.2.0"
|
||
|
pytest-cov = "^4.0.0"
|
||
|
pytest-xdist = "^3.0.2"
|
||
|
pytest-asyncio = "^0.23.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"
|