mirror of
				https://gitea.com/actions/setup-python.git
				synced 2025-11-04 21:58:56 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			357 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			357 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[tool.poetry]
 | 
						|
name = "testactiontasks"
 | 
						|
version = "0.1.0"
 | 
						|
description = ""
 | 
						|
authors = ["Your Name <you@example.com>"]
 | 
						|
 | 
						|
[tool.poetry.dependencies]
 | 
						|
python = ">=3.9,<3.14"
 | 
						|
flake8 = "^4.0.1"
 | 
						|
pyinstaller = "6.10.0"
 | 
						|
setuptools = ">=78.1.1" 
 | 
						|
 | 
						|
[tool.poetry.dev-dependencies]
 | 
						|
 | 
						|
[build-system]
 | 
						|
requires = ["poetry-core>=1.0.0"]
 | 
						|
build-backend = "poetry.core.masonry.api"
 |