♻️ 锁依赖

This commit is contained in:
suyiiyii 2024-12-23 00:45:50 +08:00
parent 1274093622
commit 979f6b4cb2
Signed by: suyiiyii
GPG Key ID: 044704CB29B8AD85
2 changed files with 416 additions and 530 deletions

View File

@ -3,26 +3,26 @@ authors = [{ name = "felinae98", email = "felinae225@qq.com" }]
license = { text = "MIT" }
requires-python = "<4.0.0,>=3.10"
dependencies = [
"beautifulsoup4>=4.12.3",
"feedparser<7.0.0,>=6.0.11",
"httpx>=0.27.2",
"nonebot2[fastapi]<3.0.0,>=2.3.3",
"nonebot-adapter-onebot<3.0.0,>=2.4.5",
"nonebot-plugin-htmlrender>=0.3.5,!=0.5.0",
"nonebot-plugin-datastore<2.0.0,>=1.3.0",
"nonebot-plugin-apscheduler>=0.5.0",
"nonebot-plugin-send-anything-anywhere<0.7.2,>=0.7.1",
"pillow<11.1,>=11.0.0",
"pyjwt<3.0.0,>=2.9.0",
"python-socketio<6.0.0,>=5.11.4",
"tinydb<5.0.0,>=4.8.0",
"qrcode<8.0.0,>=7.4.2",
"pydantic!=2.5.0,!=2.5.1,<3.0.0,>=2.9.2",
"lxml>=5.3.0",
"yarl>=1.11.1",
"hishel<1.0.0,>=0.0.30",
"expiringdictx<2.0.0,>=1.1.0",
"rapidfuzz<4.0.0,>=3.9.7",
"beautifulsoup4==4.12.3",
"feedparser==6.0.11",
"httpx==0.27.2",
"nonebot2[fastapi]==2.3.3",
"nonebot-adapter-onebot==2.4.5",
"nonebot-plugin-htmlrender==0.3.5",
"nonebot-plugin-datastore==1.3.0",
"nonebot-plugin-apscheduler==0.5.0",
"nonebot-plugin-send-anything-anywhere==0.7.1",
"pillow==11.0.0",
"pyjwt==2.9.0",
"python-socketio==5.11.4",
"tinydb==4.8.0",
"qrcode==7.4.2",
"Pydantic==2.9.2",
"lxml==5.3.0",
"yarl==1.11.1",
"hishel==0.0.30",
"expiringdictx==1.1.0",
"rapidfuzz==3.9.7",
]
name = "nonebot-bison"
version = "0.9.5"
@ -49,32 +49,31 @@ bison = "nonebot_bison.script.cli:main"
[dependency-groups]
dev = [
"ipdb<1.0.0,>=0.13.13",
"nonemoji<1.0.0,>=0.1.4",
"nb-cli<2.0.0,>=1.4.2",
"pre-commit<5.0.0,>=4.0.1",
"ruff<1.0.0,>=0.8.2",
"ipdb==0.13.13",
"nonemoji==0.1.4",
"nb-cli==1.4.2",
"pre-commit==4.0.1",
"ruff==0.8.2",
]
test = [
"flaky<4.0.0,>=3.8.1",
"nonebug<1.0.0,>=0.3.7",
"nonebug-saa<1.0.0,>=0.4.1",
"pytest<9.0.0,>=8.3.3",
"pytest-asyncio<0.24.1,>=0.24.0",
"pytest-cov<7,>=6.0.0",
"pytest-mock<4.0.0,>=3.14.0",
"pytest-xdist[psutil]<4.0.0,>=3.6.1",
"respx<0.22,>=0.21.1",
"freezegun<2.0.0,>=1.5.1",
"pytz>=2024.2",
"flaky==3.8.1",
"nonebug==0.3.7",
"pytz==2024.2",
"nonebug-saa==0.4.1",
"pytest==8.3.3",
"pytest-asyncio==0.24.0",
"pytest-cov==6.0.0",
"pytest-mock==3.14.0",
"pytest-xdist[psutil]==3.6.1",
"respx==0.21.1",
"freezegun==1.5.1",
]
[project.optional-dependencies]
docker = [
"nb-cli<2.0.0,>=1.4.2",
"nonebot2[aiohttp,fastapi]<3.0.0,>=2.3.3",
"nonebot-adapter-red<1.0.0,>=0.9.0",
"nonebot-adapter-qq<2.0.0,>=1.5.1",
"nb-cli==1.4.2",
"nonebot2[aiohttp,fastapi]==2.3.3",
"nonebot-adapter-red==0.9.0",
"nonebot-adapter-qq==1.5.1",
"poetry-core==1.9.0",
]
[tool.uv]

863
uv.lock generated

File diff suppressed because it is too large Load Diff