Modernize extension
- 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
This commit is contained in:
parent
c721d1bf9c
commit
7c675a6fdb
13 changed files with 801 additions and 465 deletions
7
Pipfile
7
Pipfile
|
@ -6,12 +6,11 @@ verify_ssl = true
|
|||
[dev-packages]
|
||||
coverage = "*"
|
||||
twine = "*"
|
||||
path = "*"
|
||||
pytest = "*"
|
||||
tox = "*"
|
||||
black = "*"
|
||||
|
||||
[packages]
|
||||
jandd-sphinxext-ip = { path = ".", editable = true }
|
||||
Sphinx = ">=4"
|
||||
Sphinx = ">=5"
|
||||
docutils = "*"
|
||||
six = "*"
|
||||
ipcalc = ">=1.99"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue