mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	- Update all JS and PY dependencies minus `eslint-plugin-eslint-comments` (because of https://github.com/eslint-community/eslint-plugin-eslint-comments/issues/89) - Regenerate SVGs - Remove depreacted eslint rule - Tested mermaid and swagger
		
			
				
	
	
		
			16 lines
		
	
	
		
			263 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			263 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[tool.poetry]
 | 
						|
name = "gitea"
 | 
						|
version = "0.0.0"
 | 
						|
description = ""
 | 
						|
authors = []
 | 
						|
 | 
						|
[tool.poetry.dependencies]
 | 
						|
python = "^3.8"
 | 
						|
 | 
						|
[tool.poetry.group.dev.dependencies]
 | 
						|
djlint = "1.32.1"
 | 
						|
 | 
						|
[tool.djlint]
 | 
						|
profile="golang"
 | 
						|
ignore="H005,H006,H008,H013,H016,H020,H021,H030,H031"
 |