2018-11-11 11:32:22 +00:00
|
|
|
# Note that there is a dev-requirements.txt file in this project, if you are
|
2018-11-11 15:55:09 +00:00
|
|
|
# updating this Pipfile make sure to update the dev-requirements.txt accordingly
|
2018-11-11 11:11:44 +00:00
|
|
|
|
2018-10-18 17:31:12 +00:00
|
|
|
[dev-packages]
|
|
|
|
pytest="*"
|
|
|
|
wheel="*"
|
|
|
|
pytest-cov="*"
|
2018-11-11 11:11:44 +00:00
|
|
|
PyYAML = "*"
|
|
|
|
recommonmark = "*"
|
|
|
|
alabaster = "*"
|
|
|
|
Sphinx = ">=1.4,!=1.5.4"
|
|
|
|
alabaster_jupyterhub = "*"
|
2018-10-18 17:31:12 +00:00
|
|
|
|
|
|
|
[packages]
|
|
|
|
repo2docker = {path=".", editable=true}
|