Jan Dittberner
12a6b34550
- Use pipenv to manage dependencies during development - Bump version number to 0.2.5.dev1
15 lines
241 B
TOML
15 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"
|