mirror of
				https://github.com/nonebot/nonebot2.git
				synced 2025-11-04 08:56:42 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			482 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			482 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[tool.poetry]
 | 
						|
name = "nonebot-pydantic-v2"
 | 
						|
version = "0.1.0"
 | 
						|
description = "Private pydantic v2 test env for nonebot"
 | 
						|
authors = ["yanyongyu <yyy@nonebot.dev>"]
 | 
						|
license = "MIT"
 | 
						|
 | 
						|
[tool.poetry.dependencies]
 | 
						|
python = "^3.9"
 | 
						|
 | 
						|
[tool.poetry.group.dev.dependencies]
 | 
						|
pydantic = "^2.0.0"
 | 
						|
nonebot-test = { path = "../test/", develop = false }
 | 
						|
nonebot2 = { path = "../../", extras = ["all"], develop = true }
 | 
						|
 | 
						|
[build-system]
 | 
						|
requires = ["poetry-core"]
 | 
						|
build-backend = "poetry.core.masonry.api"
 |