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