Jan Dittberner
8bc07c611f
- allow local development using editable = true in Pipfile and by adding a setup.py - bump dependencies for Sphinx 4.x
17 lines
265 B
TOML
17 lines
265 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
coverage = "*"
|
|
twine = "*"
|
|
path = "*"
|
|
pytest = "*"
|
|
|
|
[packages]
|
|
jandd-sphinxext-ip = { path = ".", editable = true }
|
|
Sphinx = ">=4"
|
|
docutils = "*"
|
|
six = "*"
|
|
ipcalc = ">=1.99"
|