16 lines
		
	
	
	
		
			256 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
	
		
			256 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
| [[source]]
 | |
| name = "pypi"
 | |
| url = "https://pypi.org/simple"
 | |
| verify_ssl = true
 | |
| 
 | |
| [dev-packages]
 | |
| sphinx = ">=2"
 | |
| path-py = ">=8.2.1"
 | |
| ipcalc = ">=1.99"
 | |
| coverage = "*"
 | |
| 
 | |
| [packages]
 | |
| jandd-sphinxext-ip = {editable = true,path = "."}
 | |
| 
 | |
| [requires]
 | |
| python_version = "3.7"
 |