15 lines
		
	
	
		
			256 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			256 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
| [[source]]
 | |
| name = "pypi"
 | |
| url = "https://pypi.org/simple"
 | |
| verify_ssl = true
 | |
| 
 | |
| [dev-packages]
 | |
| 
 | |
| [packages]
 | |
| pelican = {extras = ["markdown"],version = "*"}
 | |
| gergelypolonkaieu-site = {editable = true,path = "."}
 | |
| typogrify = "*"
 | |
| 
 | |
| [requires]
 | |
| python_version = "3.7"
 |