sphinxext-ip/Pipfile
Jan Dittberner 0af66c6964 Fix deprecations and modernize testing
- use pytest and tox for testing
- fix deprecation warnings from Sphinx and Docutils
2021-01-02 07:24:22 +01:00

18 lines
264 B
TOML

[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
sphinx = ">=3"
ipcalc = ">=1.99"
coverage = "*"
twine = "*"
tox = "*"
pytest = "*"
path = "*"
tox-pipenv = "*"
[packages]
jandd-sphinxext-ip = {editable = true,path = "."}