mirror of
				https://github.com/nonebot/nonebot2.git
				synced 2025-11-04 00:46:43 +00:00 
			
		
		
		
	⬆️ update dependencies
This commit is contained in:
		@@ -13,7 +13,6 @@ classifiers = [
 | 
			
		||||
  "Development Status :: 5 - Production/Stable",
 | 
			
		||||
  "Framework :: Robot Framework",
 | 
			
		||||
  "Framework :: Robot Framework :: Library",
 | 
			
		||||
  "License :: OSI Approved :: MIT License",
 | 
			
		||||
  "Operating System :: OS Independent",
 | 
			
		||||
  "Programming Language :: Python :: 3"
 | 
			
		||||
]
 | 
			
		||||
@@ -24,9 +23,9 @@ exclude = ["nonebot/__init__.py", "nonebot/adapters/__init__.py"]
 | 
			
		||||
 | 
			
		||||
[tool.poetry.dependencies]
 | 
			
		||||
python = "^3.7.3"
 | 
			
		||||
httpx = "^0.19.0"
 | 
			
		||||
aiocache = "^0.11.1"
 | 
			
		||||
pycryptodome = "^3.10.1"
 | 
			
		||||
httpx = ">=0.18.0, <1.0.0"
 | 
			
		||||
nonebot2 = "^2.0.0-alpha.14"
 | 
			
		||||
 | 
			
		||||
[tool.poetry.dev-dependencies]
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user