mirror of
				https://gitea.com/actions/setup-python.git
				synced 2025-10-31 19:58:55 +08:00 
			
		
		
		
	
		
			
	
	
		
			13 lines
		
	
	
		
			173 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
		
		
			
		
	
	
			13 lines
		
	
	
		
			173 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
|   | [[source]] | ||
|  | url = "https://pypi.org/simple" | ||
|  | verify_ssl = true | ||
|  | name = "pypi" | ||
|  | 
 | ||
|  | [packages] | ||
|  | flake8 = "==4.0.1" | ||
|  | numpy = "==1.23.0" | ||
|  | 
 | ||
|  | [dev-packages] | ||
|  | 
 | ||
|  | [requires] | ||
|  | python_version = "*" |