- update dependencies - use tox for testing - use type hints - use pathlib and ipaddress from standard library instead of path and ipcalc - fix Sphinx deprecation warnings
		
			
				
	
	
		
			16 lines
		
	
	
	
		
			248 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
	
		
			248 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
| [[source]]
 | |
| name = "pypi"
 | |
| url = "https://pypi.org/simple"
 | |
| verify_ssl = true
 | |
| 
 | |
| [dev-packages]
 | |
| coverage = "*"
 | |
| twine = "*"
 | |
| pytest = "*"
 | |
| tox = "*"
 | |
| black = "*"
 | |
| 
 | |
| [packages]
 | |
| jandd-sphinxext-ip = { path = ".", editable = true }
 | |
| Sphinx = ">=5"
 | |
| docutils = "*"
 |