mirror of
				https://kkgithub.com/actions/setup-python.git
				synced 2025-11-04 04:31:51 +08:00 
			
		
		
		
	
		
			
	
	
		
			16 lines
		
	
	
		
			302 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
		
		
			
		
	
	
			16 lines
		
	
	
		
			302 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
| 
								 | 
							
								[tool.poetry]
							 | 
						||
| 
								 | 
							
								name = "testactiontasks"
							 | 
						||
| 
								 | 
							
								version = "0.1.0"
							 | 
						||
| 
								 | 
							
								description = ""
							 | 
						||
| 
								 | 
							
								authors = ["Your Name <you@example.com>"]
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								[tool.poetry.dependencies]
							 | 
						||
| 
								 | 
							
								python = "^3.8"
							 | 
						||
| 
								 | 
							
								flake8 = "^4.0.1"
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								[tool.poetry.dev-dependencies]
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								[build-system]
							 | 
						||
| 
								 | 
							
								requires = ["poetry-core>=1.0.0"]
							 | 
						||
| 
								 | 
							
								build-backend = "poetry.core.masonry.api"
							 |