Start 0.2.5 development
- Use pipenv to manage dependencies during development - Bump version number to 0.2.5.dev1
This commit is contained in:
parent
713dc39b9e
commit
12a6b34550
4 changed files with 464 additions and 2 deletions
15
Pipfile
Normal file
15
Pipfile
Normal file
|
@ -0,0 +1,15 @@
|
|||
[[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"
|
Loading…
Add table
Add a link
Reference in a new issue