mirror of
				https://github.com/suyiiyii/nonebot-bison.git
				synced 2025-11-04 21:44:52 +08:00 
			
		
		
		
	♻️ 锁依赖
This commit is contained in:
		
							parent
							
								
									1274093622
								
							
						
					
					
						commit
						979f6b4cb2
					
				@ -3,26 +3,26 @@ authors = [{ name = "felinae98", email = "felinae225@qq.com" }]
 | 
				
			|||||||
license = { text = "MIT" }
 | 
					license = { text = "MIT" }
 | 
				
			||||||
requires-python = "<4.0.0,>=3.10"
 | 
					requires-python = "<4.0.0,>=3.10"
 | 
				
			||||||
dependencies = [
 | 
					dependencies = [
 | 
				
			||||||
  "beautifulsoup4>=4.12.3",
 | 
					    "beautifulsoup4==4.12.3",
 | 
				
			||||||
  "feedparser<7.0.0,>=6.0.11",
 | 
					    "feedparser==6.0.11",
 | 
				
			||||||
  "httpx>=0.27.2",
 | 
					    "httpx==0.27.2",
 | 
				
			||||||
  "nonebot2[fastapi]<3.0.0,>=2.3.3",
 | 
					    "nonebot2[fastapi]==2.3.3",
 | 
				
			||||||
  "nonebot-adapter-onebot<3.0.0,>=2.4.5",
 | 
					    "nonebot-adapter-onebot==2.4.5",
 | 
				
			||||||
  "nonebot-plugin-htmlrender>=0.3.5,!=0.5.0",
 | 
					    "nonebot-plugin-htmlrender==0.3.5",
 | 
				
			||||||
  "nonebot-plugin-datastore<2.0.0,>=1.3.0",
 | 
					    "nonebot-plugin-datastore==1.3.0",
 | 
				
			||||||
  "nonebot-plugin-apscheduler>=0.5.0",
 | 
					    "nonebot-plugin-apscheduler==0.5.0",
 | 
				
			||||||
  "nonebot-plugin-send-anything-anywhere<0.7.2,>=0.7.1",
 | 
					    "nonebot-plugin-send-anything-anywhere==0.7.1",
 | 
				
			||||||
  "pillow<11.1,>=11.0.0",
 | 
					    "pillow==11.0.0",
 | 
				
			||||||
  "pyjwt<3.0.0,>=2.9.0",
 | 
					    "pyjwt==2.9.0",
 | 
				
			||||||
  "python-socketio<6.0.0,>=5.11.4",
 | 
					    "python-socketio==5.11.4",
 | 
				
			||||||
  "tinydb<5.0.0,>=4.8.0",
 | 
					    "tinydb==4.8.0",
 | 
				
			||||||
  "qrcode<8.0.0,>=7.4.2",
 | 
					    "qrcode==7.4.2",
 | 
				
			||||||
  "pydantic!=2.5.0,!=2.5.1,<3.0.0,>=2.9.2",
 | 
					    "Pydantic==2.9.2",
 | 
				
			||||||
  "lxml>=5.3.0",
 | 
					    "lxml==5.3.0",
 | 
				
			||||||
  "yarl>=1.11.1",
 | 
					    "yarl==1.11.1",
 | 
				
			||||||
  "hishel<1.0.0,>=0.0.30",
 | 
					    "hishel==0.0.30",
 | 
				
			||||||
  "expiringdictx<2.0.0,>=1.1.0",
 | 
					    "expiringdictx==1.1.0",
 | 
				
			||||||
  "rapidfuzz<4.0.0,>=3.9.7",
 | 
					    "rapidfuzz==3.9.7",
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
name = "nonebot-bison"
 | 
					name = "nonebot-bison"
 | 
				
			||||||
version = "0.9.5"
 | 
					version = "0.9.5"
 | 
				
			||||||
@ -49,32 +49,31 @@ bison = "nonebot_bison.script.cli:main"
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[dependency-groups]
 | 
					[dependency-groups]
 | 
				
			||||||
dev = [
 | 
					dev = [
 | 
				
			||||||
  "ipdb<1.0.0,>=0.13.13",
 | 
					    "ipdb==0.13.13",
 | 
				
			||||||
  "nonemoji<1.0.0,>=0.1.4",
 | 
					    "nonemoji==0.1.4",
 | 
				
			||||||
  "nb-cli<2.0.0,>=1.4.2",
 | 
					    "nb-cli==1.4.2",
 | 
				
			||||||
  "pre-commit<5.0.0,>=4.0.1",
 | 
					    "pre-commit==4.0.1",
 | 
				
			||||||
  "ruff<1.0.0,>=0.8.2",
 | 
					    "ruff==0.8.2",
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
test = [
 | 
					test = [
 | 
				
			||||||
  "flaky<4.0.0,>=3.8.1",
 | 
					    "flaky==3.8.1",
 | 
				
			||||||
  "nonebug<1.0.0,>=0.3.7",
 | 
					    "nonebug==0.3.7",
 | 
				
			||||||
  "nonebug-saa<1.0.0,>=0.4.1",
 | 
					    "pytz==2024.2",
 | 
				
			||||||
  "pytest<9.0.0,>=8.3.3",
 | 
					    "nonebug-saa==0.4.1",
 | 
				
			||||||
  "pytest-asyncio<0.24.1,>=0.24.0",
 | 
					    "pytest==8.3.3",
 | 
				
			||||||
  "pytest-cov<7,>=6.0.0",
 | 
					    "pytest-asyncio==0.24.0",
 | 
				
			||||||
  "pytest-mock<4.0.0,>=3.14.0",
 | 
					    "pytest-cov==6.0.0",
 | 
				
			||||||
  "pytest-xdist[psutil]<4.0.0,>=3.6.1",
 | 
					    "pytest-mock==3.14.0",
 | 
				
			||||||
  "respx<0.22,>=0.21.1",
 | 
					    "pytest-xdist[psutil]==3.6.1",
 | 
				
			||||||
  "freezegun<2.0.0,>=1.5.1",
 | 
					    "respx==0.21.1",
 | 
				
			||||||
  "pytz>=2024.2",
 | 
					    "freezegun==1.5.1",
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
 | 
					 | 
				
			||||||
[project.optional-dependencies]
 | 
					 | 
				
			||||||
docker = [
 | 
					docker = [
 | 
				
			||||||
  "nb-cli<2.0.0,>=1.4.2",
 | 
					    "nb-cli==1.4.2",
 | 
				
			||||||
  "nonebot2[aiohttp,fastapi]<3.0.0,>=2.3.3",
 | 
					    "nonebot2[aiohttp,fastapi]==2.3.3",
 | 
				
			||||||
  "nonebot-adapter-red<1.0.0,>=0.9.0",
 | 
					    "nonebot-adapter-red==0.9.0",
 | 
				
			||||||
  "nonebot-adapter-qq<2.0.0,>=1.5.1",
 | 
					    "nonebot-adapter-qq==1.5.1",
 | 
				
			||||||
 | 
					    "poetry-core==1.9.0",
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[tool.uv]
 | 
					[tool.uv]
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user