16 lines
241 B
TOML
16 lines
241 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"
|
||
|
|
||
|
[packages]
|
||
|
jandd-sphinxext-ip = {editable = true,path = "."}
|
||
|
|
||
|
[requires]
|
||
|
python_version = "3.7"
|