mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	- Reduce `pyproject.toml` and `package.json` to the minimal required format, removing unneeded properties. `build-system` is not needed as per [this](https://github.com/python-poetry/poetry/issues/8110#issuecomment-1595846841). - Fix `poetry.toml` options they were wrong previously. - Add dependencies of poetry files to templates `files-changed`. --------- Co-authored-by: Giteabot <teabot@gitea.io>
		
			
				
	
	
		
			5 lines
		
	
	
		
			83 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			83 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[virtualenvs]
 | 
						|
in-project = true
 | 
						|
options.no-pip = true
 | 
						|
options.no-setuptools = true
 |